aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/eval-fail-nonexist-path.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/eval-fail-nonexist-path.nix')
-rw-r--r--tests/lang/eval-fail-nonexist-path.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lang/eval-fail-nonexist-path.nix b/tests/lang/eval-fail-nonexist-path.nix
deleted file mode 100644
index f2f08107b..000000000
--- a/tests/lang/eval-fail-nonexist-path.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-# 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"