1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

* Test for runtime root finding.

This commit is contained in:
Eelco Dolstra 2006-07-21 12:46:54 +00:00
parent dcded7da47
commit 7adaa6d446
5 changed files with 64 additions and 5 deletions

View file

@ -0,0 +1,8 @@
mkdir $out
cat > $out/program <<EOF
#! $SHELL
sleep 10000
EOF
chmod +x $out/program