Add a regression test for correct path antiquotation behavior

This broke in Nix 1.6.
This commit is contained in:
Eelco Dolstra 2013-10-16 23:28:10 +02:00
parent a737f51fd9
commit b8571d68c4
1 changed files with 4 additions and 0 deletions

View 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"