diff --git a/tests/multiple-outputs.b.builder.sh b/tests/multiple-outputs.b.builder.sh index bc63fc068..acf939062 100644 --- a/tests/multiple-outputs.b.builder.sh +++ b/tests/multiple-outputs.b.builder.sh @@ -1,7 +1,7 @@ mkdir $out test "$firstOutput $secondOutput" = "$allOutputs" test "$defaultOutput" = "$firstOutput" -test "$(cat $first/file)" = "second" -test "$(cat $second/file)" = "first" +test "$(cat $firstOutput/file)" = "second" +test "$(cat $secondOutput/file)" = "first" echo "success" > $out/file