Fix stupid typo in multiple outputs test
This commit is contained in:
parent
af2e53fd48
commit
46876ff203
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
mkdir $out
|
mkdir $out
|
||||||
test "$firstOutput $secondOutput" = "$allOutputs"
|
test "$firstOutput $secondOutput" = "$allOutputs"
|
||||||
test "$defaultOutput" = "$firstOutput"
|
test "$defaultOutput" = "$firstOutput"
|
||||||
test "$(cat $first/file)" = "second"
|
test "$(cat $firstOutput/file)" = "second"
|
||||||
test "$(cat $second/file)" = "first"
|
test "$(cat $secondOutput/file)" = "first"
|
||||||
|
|
||||||
echo "success" > $out/file
|
echo "success" > $out/file
|
||||||
|
|
Loading…
Reference in a new issue