diff options
Diffstat (limited to 'tests/lang/eval-okay-search-path.nix')
-rw-r--r-- | tests/lang/eval-okay-search-path.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/eval-okay-search-path.nix b/tests/lang/eval-okay-search-path.nix index c9ea768a417d..501d5f3f4804 100644 --- a/tests/lang/eval-okay-search-path.nix +++ b/tests/lang/eval-okay-search-path.nix @@ -3,7 +3,7 @@ with builtins; assert pathExists <nix/buildenv.nix>; -assert length nixPath == 3; +assert length nixPath == 6; assert length (filter (x: x.prefix == "nix") nixPath) == 1; assert length (filter (x: baseNameOf x.path == "dir4") nixPath) == 1; |