diff options
Diffstat (limited to 'third_party/nix/tests/gc-concurrent2.builder.sh')
-rw-r--r-- | third_party/nix/tests/gc-concurrent2.builder.sh | 7 |
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 4bfb33103e73..000000000000 --- 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 |