[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/118: Fix test
From: |
Ludovic Courtès |
Subject: |
16/118: Fix test |
Date: |
Tue, 19 May 2015 14:45:16 +0000 |
civodul pushed a commit to branch nix
in repository guix.
commit ceed8192848760430c9c23659f9cb979aad1f9c3
Author: Eelco Dolstra <address@hidden>
Date: Thu May 29 19:04:27 2014 +0200
Fix test
---
tests/lang/eval-okay-search-path.exp | 2 +-
tests/lang/eval-okay-search-path.nix | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/lang/eval-okay-search-path.exp
b/tests/lang/eval-okay-search-path.exp
index ad05904..4519bc4 100644
--- a/tests/lang/eval-okay-search-path.exp
+++ b/tests/lang/eval-okay-search-path.exp
@@ -1 +1 @@
-"abcca"
+"abccX"
diff --git a/tests/lang/eval-okay-search-path.nix
b/tests/lang/eval-okay-search-path.nix
index e0f433f..f48bf3f 100644
--- a/tests/lang/eval-okay-search-path.nix
+++ b/tests/lang/eval-okay-search-path.nix
@@ -8,4 +8,4 @@ assert length (filter (x: x.prefix == "nix") nixPath) == 1;
assert length (filter (x: baseNameOf x.path == "dir4") nixPath) == 1;
import <a.nix> + import <b.nix> + import <c.nix> + import <dir5/c.nix>
- + (let nixPath = [ { path = ./dir1; } { path = ./dir2; } ]; in import
<a.nix>)
+ + (let nixPath = [ { path = ./dir2; } { path = ./dir1; } ]; in import
<a.nix>)
- branch nix updated (a1dd396 -> 3bfa70b), Ludovic Courtès, 2015/05/19
- 01/118: Provide a more useful error message when a dynamic attr lookup fails, Ludovic Courtès, 2015/05/19
- 08/118: Ensure that -I flags get included in nixPath, Ludovic Courtès, 2015/05/19
- 05/118: Shut up some signedness warnings, Ludovic Courtès, 2015/05/19
- 02/118: nix-store -l: Fetch build logs from the Internet, Ludovic Courtès, 2015/05/19
- 03/118: Disable parallel.sh test, Ludovic Courtès, 2015/05/19
- 07/118: Add constant ‘nixPath’, Ludovic Courtès, 2015/05/19
- 14/118: Use std::unordered_set, Ludovic Courtès, 2015/05/19
- 13/118: nix-build: --add-root also takes 1 parameter, Ludovic Courtès, 2015/05/19
- 16/118: Fix test,
Ludovic Courtès <=
- 15/118: Sort nixPath attributes, Ludovic Courtès, 2015/05/19
- 10/118: Remove ExprBuiltin, Ludovic Courtès, 2015/05/19
- 09/118: Make the Nix search path declarative, Ludovic Courtès, 2015/05/19
- 04/118: Ugly hack to allow --argstr values starting with a dash, Ludovic Courtès, 2015/05/19
- 19/118: Report daemon OOM better, Ludovic Courtès, 2015/05/19
- 06/118: Add primop ‘scopedImport’, Ludovic Courtès, 2015/05/19
- 21/118: Add autoloads, make code more concise & idiomatic, Ludovic Courtès, 2015/05/19
- 25/118: Fix bogus warnings about dumping large paths, Ludovic Courtès, 2015/05/19
- 20/118: == operator: Ignore string context, Ludovic Courtès, 2015/05/19
- 17/118: nix-env -qa --json: Generate valid JSON even if there are invalid meta attrs, Ludovic Courtès, 2015/05/19