about summary refs log tree commit diff
path: root/tests/fixed.nix.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-08-28T11·31+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-08-28T11·31+0000
commitbc0429b1cd94289ac8d8a51f562b920999002b89 (patch)
treea7b2b0a8b2871f76cc76c77631b78f320f3576d4 /tests/fixed.nix.in
parente0d7e47862aa1b33292fb8d05e5d50ad4ebf3590 (diff)
* Doh! Broken test.
Diffstat (limited to 'tests/fixed.nix.in')
-rw-r--r--tests/fixed.nix.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fixed.nix.in b/tests/fixed.nix.in
index 47eff91e059f..c7dd99e6f214 100644
--- a/tests/fixed.nix.in
+++ b/tests/fixed.nix.in
@@ -41,8 +41,8 @@ rec {
   # Test for building two derivations in parallel that produce the
   # same output path because they're fixed-output derivations.
   parallelSame = [
-    (f2 "foo" ./fixed.builder2.sh "flat" "md5" "3670af73070fa14077ad74e0f5ea4e42")
-    (f2 "bar" ./fixed.builder2.sh "flat" "md5" "3670af73070fa14077ad74e0f5ea4e42")
+    (f2 "foo" ./fixed.builder2.sh "recursive" "md5" "3670af73070fa14077ad74e0f5ea4e42")
+    (f2 "bar" ./fixed.builder2.sh "recursive" "md5" "3670af73070fa14077ad74e0f5ea4e42")
   ];
 
-}
\ No newline at end of file
+}