From ba61dfd69504ec6263a9dee9931d93adeb6f3142 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 7 Jul 2025 21:52:08 +0200 Subject: Initialize repository --- test/testdata/eval-fail-nonexist-path.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/testdata/eval-fail-nonexist-path.nix (limited to 'test/testdata/eval-fail-nonexist-path.nix') 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 @@ +# This must fail to evaluate, since ./fnord doesn't exist. If it did +# exist, it would produce "/nix/store/-fnord/xyzzy" (with an +# appropriate context). +"${./fnord}/xyzzy" -- cgit v1.2.3