about summary refs log tree commit diff
path: root/tests/dependencies.builder0.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dependencies.builder0.sh')
-rw-r--r--tests/dependencies.builder0.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/dependencies.builder0.sh b/tests/dependencies.builder0.sh
new file mode 100644
index 0000000000..326e8dfbb8
--- /dev/null
+++ b/tests/dependencies.builder0.sh
@@ -0,0 +1,6 @@
+export PATH=/bin:/usr/bin:$PATH
+
+mkdir $out
+echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
+
+ln -s $input2 $out/input-2
\ No newline at end of file