1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/gc-concurrent.builder.sh

14 lines
280 B
Bash
Raw Normal View History

mkdir $out
echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
sleep 10
# $out should not have been GC'ed while we were sleeping, but just in
# case...
mkdir -p $out
2005-01-31 07:19:53 -05:00
# Check that the GC hasn't deleted the lock on our output.
test -e "$out.lock"
ln -s $input2 $out/input-2