From 39d72640c2459dc2fa689bfe8b756ee193f7b98a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 26 May 2014 16:50:36 +0200 Subject: Ensure that -I flags get included in nixPath Also fixes #261. --- tests/lang/eval-okay-search-path.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lang') 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 ; -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; -- cgit 1.4.1