forked from lix-project/lix
Fix stupid typo in multiple outputs test
This commit is contained in:
parent
af2e53fd48
commit
46876ff203
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue