about summary refs log blame commit diff
path: root/tests/gc-concurrent2.builder.sh
blob: d94e4697182f4f3f8e273a1a0228bbe2937845dd (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                            
export PATH=/bin:/usr/bin:$PATH

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