mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
path antiquotations: rename confusing test
This commit is contained in:
parent
624162c729
commit
a6bfda7d95
1 changed files with 0 additions and 0 deletions
4
tests/lang/eval-fail-nonexist-path.nix
Normal file
4
tests/lang/eval-fail-nonexist-path.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
# This must fail to evaluate, since ./fnord doesn't exist. If it did
|
||||
# exist, it would produce "/nix/store/<hash>-fnord/xyzzy" (with an
|
||||
# appropriate context).
|
||||
"${./fnord}/xyzzy"
|
Loading…
Add table
Add a link
Reference in a new issue