about summary refs log tree commit diff
path: root/third_party/nix/tests/gc-concurrent2.builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/gc-concurrent2.builder.sh')
-rw-r--r--third_party/nix/tests/gc-concurrent2.builder.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/nix/tests/gc-concurrent2.builder.sh b/third_party/nix/tests/gc-concurrent2.builder.sh
deleted file mode 100644
index 4bfb33103e..0000000000
--- a/third_party/nix/tests/gc-concurrent2.builder.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-mkdir $out
-echo $(cat $input1/foo)$(cat $input2/bar)xyzzy > $out/foobar
-
-# Check that the GC hasn't deleted the lock on our output.
-test -e "$out.lock"
-
-sleep 6