about summary refs log tree commit diff
path: root/tests/multiple-outputs.b.builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multiple-outputs.b.builder.sh')
-rw-r--r--tests/multiple-outputs.b.builder.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/multiple-outputs.b.builder.sh b/tests/multiple-outputs.b.builder.sh
new file mode 100644
index 000000000000..bc63fc0681b0
--- /dev/null
+++ b/tests/multiple-outputs.b.builder.sh
@@ -0,0 +1,7 @@
+mkdir $out
+test "$firstOutput $secondOutput" = "$allOutputs"
+test "$defaultOutput" = "$firstOutput"
+test "$(cat $first/file)" = "second"
+test "$(cat $second/file)" = "first"
+
+echo "success" > $out/file