Nix/tests/gc-concurrent.builder.sh
2005-01-31 12:19:53 +00:00

13 lines
236 B
Bash

export PATH=/bin:/usr/bin:$PATH
mkdir $out
echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
sleep 5
mkdir $out || true
# Check that the GC hasn't deleted the lock on our output.
test -e "$out.lock"
ln -s $input2 $out/input-2