diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-05-30T12·53+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-05-30T13·18+0200 |
commit | bac123ddd9eaecb9044f7d7c9572f77825a18ad5 (patch) | |
tree | 51293a222a745d0cfa4dd00fe5d63956e9baf170 /tests/user-envs.sh | |
parent | 3593c8285dec644f07156496fd8cd84ef70ec665 (diff) |
Test the NAR info cache
Diffstat (limited to 'tests/user-envs.sh')
-rw-r--r-- | tests/user-envs.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/user-envs.sh b/tests/user-envs.sh index 5e4fcb7bc7f5..526c1267cefe 100644 --- a/tests/user-envs.sh +++ b/tests/user-envs.sh @@ -6,8 +6,7 @@ clearProfiles # Query installed: should be empty. test "$(nix-env -p $profiles/test -q '*' | wc -l)" -eq 0 -export HOME=$TEST_ROOT/home -mkdir -p $HOME +mkdir -p $TEST_HOME nix-env --switch-profile $profiles/test # Query available: should contain several. |