mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Fix the tests.
This commit is contained in:
parent
3757ee589f
commit
550ba9ebb4
12 changed files with 67 additions and 63 deletions
|
@ -1,7 +1,7 @@
|
|||
echo "PATH=$PATH"
|
||||
|
||||
# Verify that the PATH is empty.
|
||||
if mkdir foo; then exit 1; fi
|
||||
if mkdir foo 2> /dev/null; then exit 1; fi
|
||||
|
||||
# Set a PATH (!!! impure).
|
||||
export PATH=$goodPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue