diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-10-09T16·30+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-10-09T21·57+0200 |
commit | 2522757e8344468c07083903380dc3f0f9f20039 (patch) | |
tree | 622a3ed28fc54cece6c26e2024935e9ba26455c0 /tests | |
parent | 923b6bd83c0ef36213d9c56f0d30a3221941fdeb (diff) |
nix-profile.sh: Don't create .nix-channels
This is already done by the installer, so no need to do it again. (cherry picked from commit 26762ceb8629af95300c0cc8c372a99282060dc1)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nix-profile.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/nix-profile.sh b/tests/nix-profile.sh index 5b17fe3faf5f..b808cf1b4632 100644 --- a/tests/nix-profile.sh +++ b/tests/nix-profile.sh @@ -9,4 +9,3 @@ USER=$user $SHELL -e -c ". $TEST_ROOT/nix-profile.sh; set" USER=$user $SHELL -e -c ". $TEST_ROOT/nix-profile.sh" # test idempotency [ -L $TEST_HOME/.nix-profile ] -[ -e $TEST_HOME/.nix-channels ] |