1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/nix-profile.sh

11 lines
262 B
Bash
Raw Normal View History

2012-09-13 17:58:14 -04:00
source common.sh
2016-04-13 10:43:33 -04:00
user=$(whoami)
2016-05-30 08:53:57 -04:00
rm -rf $TEST_HOME
mkdir -p $TEST_HOME
USER=$user $SHELL -e -c ". ../scripts/nix-profile.sh"
USER=$user $SHELL -e -c ". ../scripts/nix-profile.sh" # test idempotency
2012-09-13 17:58:14 -04:00
2016-05-30 08:53:57 -04:00
[ -L $TEST_HOME/.nix-profile ]
[ -e $TEST_HOME/.nix-channels ]