Fix stupid typo in multiple outputs test

This commit is contained in:
Shea Levy 2011-11-06 06:28:25 +00:00
parent af2e53fd48
commit 46876ff203
1 changed files with 2 additions and 2 deletions

View File

@ -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