about summary refs log tree commit diff
path: root/third_party/nix/tests/gc-concurrent2.builder.sh
blob: 4bfb33103e73b245d7c265b247a4f8e420f3dfd8 (plain) (blame)
1
2
3
4
5
6
7
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