From 9e30694f9838ff16533f614788c782503fe20967 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 17 Oct 2006 11:08:59 +0000 Subject: * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and the semantic changes. --- tests/lang/eval-okay-pathexists.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/lang/eval-okay-pathexists.nix') diff --git a/tests/lang/eval-okay-pathexists.nix b/tests/lang/eval-okay-pathexists.nix index cabd6d9c75f3..50c28ee0cd30 100644 --- a/tests/lang/eval-okay-pathexists.nix +++ b/tests/lang/eval-okay-pathexists.nix @@ -1,3 +1,5 @@ builtins.pathExists (builtins.toPath ./lib.nix) +&& builtins.pathExists (builtins.toPath (builtins.toString ./lib.nix)) +&& !builtins.pathExists (builtins.toPath (builtins.toString ./bla.nix)) && builtins.pathExists ./lib.nix && !builtins.pathExists ./bla.nix -- cgit 1.4.1