about summary refs log tree commit diff
path: root/third_party/nix/tests/fixed.builder2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/fixed.builder2.sh')
-rw-r--r--third_party/nix/tests/fixed.builder2.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/nix/tests/fixed.builder2.sh b/third_party/nix/tests/fixed.builder2.sh
new file mode 100644
index 0000000000..31ea1579a5
--- /dev/null
+++ b/third_party/nix/tests/fixed.builder2.sh
@@ -0,0 +1,6 @@
+echo dummy: $dummy
+if test -n "$dummy"; then sleep 2; fi
+mkdir $out
+mkdir $out/bla
+echo "Hello World!" > $out/foo
+ln -s foo $out/bar