aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-nonexist-path.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/eval-fail-nonexist-path.nix')
-rw-r--r--test/testdata/eval-fail-nonexist-path.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-nonexist-path.nix b/test/testdata/eval-fail-nonexist-path.nix
new file mode 100644
index 0000000..f2f0810
--- /dev/null
+++ b/test/testdata/eval-fail-nonexist-path.nix
@@ -0,0 +1,4 @@
1# This must fail to evaluate, since ./fnord doesn't exist. If it did
2# exist, it would produce "/nix/store/<hash>-fnord/xyzzy" (with an
3# appropriate context).
4"${./fnord}/xyzzy"