about summary refs log tree commit diff
path: root/third_party/nix/tests/dependencies.builder0.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/dependencies.builder0.sh')
-rw-r--r--third_party/nix/tests/dependencies.builder0.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/third_party/nix/tests/dependencies.builder0.sh b/third_party/nix/tests/dependencies.builder0.sh
deleted file mode 100644
index c37bf909a5..0000000000
--- a/third_party/nix/tests/dependencies.builder0.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-[ "${input1: -2}" = /. ]
-[ "${input2: -2}" = /. ]
-
-mkdir $out
-echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
-
-ln -s $input2 $out/input-2
-
-# Self-reference.
-ln -s $out $out/self
-
-# Executable.
-echo program > $out/program
-chmod +x $out/program
-
-echo FOO