about summary refs log tree commit diff
path: root/tests/gc-concurrent2.builder.sh
blob: f7b6094e8b4418bbeef9c104c9687d39ba3c6624 (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 3