about summary refs log tree commit diff
path: root/tests/multiple-outputs.b.builder.sh
blob: bc63fc0681b0e6b251a8fdf50b59519998bc4055 (plain) (blame)
1
2
3
4
5
6
7
mkdir $out
test "$firstOutput $secondOutput" = "$allOutputs"
test "$defaultOutput" = "$firstOutput"
test "$(cat $first/file)" = "second"
test "$(cat $second/file)" = "first"

echo "success" > $out/file