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:
parent
dcded7da47
commit
7adaa6d446
5 changed files with 64 additions and 5 deletions
8
tests/gc-runtime.builder.sh
Normal file
8
tests/gc-runtime.builder.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
mkdir $out
|
||||
|
||||
cat > $out/program <<EOF
|
||||
#! $SHELL
|
||||
sleep 10000
|
||||
EOF
|
||||
|
||||
chmod +x $out/program
|
Loading…
Add table
Add a link
Reference in a new issue