blob: d94e4697182f4f3f8e273a1a0228bbe2937845dd (
plain) (
tree)
|
|
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
|