about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-11-06T06·28+0000
committerShea Levy <shea@shealevy.com>2011-11-06T06·28+0000
commit46876ff2037541613dc17c986f9b68b8f257cb3b (patch)
treec7caee24760cf9d126ae3b3454b31a77f348c115 /tests
parentaf2e53fd481994cca46b9c003a6a8eae50cf951c (diff)
Fix stupid typo in multiple outputs test
Diffstat (limited to 'tests')
-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 bc63fc0681..acf9390628 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