aboutsummaryrefslogtreecommitdiff
path: root/tests/gc-concurrent2.builder.sh
blob: 4f6c58b96fe4cca1078db728751df9d66f05a32a (plain)
1
2
3
4
5
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"