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, 0 insertions, 7 deletions
diff --git a/tests/multiple-outputs.b.builder.sh b/tests/multiple-outputs.b.builder.sh
deleted file mode 100644
index acf9390628d6..000000000000
--- a/tests/multiple-outputs.b.builder.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-mkdir $out
-test "$firstOutput $secondOutput" = "$allOutputs"
-test "$defaultOutput" = "$firstOutput"
-test "$(cat $firstOutput/file)" = "second"
-test "$(cat $secondOutput/file)" = "first"
-
-echo "success" > $out/file