diff options
Diffstat (limited to 'tests/substitutes2.sh')
-rw-r--r-- | tests/substitutes2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/substitutes2.sh b/tests/substitutes2.sh index 0bbc13913dac..ad0bfcc2687e 100644 --- a/tests/substitutes2.sh +++ b/tests/substitutes2.sh @@ -15,7 +15,7 @@ echo $outPath > $TEST_ROOT/sub-paths # First try a substituter that fails, then one that succeeds export NIX_SUBSTITUTERS=$(pwd)/substituter2.sh:$(pwd)/substituter.sh -$nixstore -rvv "$drvPath" +$nixstore -j0 -rvv "$drvPath" text=$(cat "$outPath"/hello) if test "$text" != "Hallo Wereld"; then echo "wrong substitute output: $text"; exit 1; fi |