about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/multiple-outputs.b.builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/multiple-outputs.b.builder.sh b/tests/multiple-outputs.b.builder.sh
index bc63fc0681b0..acf9390628d6 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