blob: bc63fc0681b0e6b251a8fdf50b59519998bc4055 (
plain) (
tree)
|
|
mkdir $out
test "$firstOutput $secondOutput" = "$allOutputs"
test "$defaultOutput" = "$firstOutput"
test "$(cat $first/file)" = "second"
test "$(cat $second/file)" = "first"
echo "success" > $out/file
|