1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/nix-profile.sh

11 lines
248 B
Bash
Raw Normal View History

2012-09-13 17:58:14 -04:00
source common.sh
home=$TEST_ROOT/home
rm -rf $home
mkdir -p $home
2014-02-01 09:37:50 -05:00
HOME=$home $SHELL -e -c ". ../scripts/nix-profile.sh"
HOME=$home $SHELL -e -c ". ../scripts/nix-profile.sh" # test idempotency
2012-09-13 17:58:14 -04:00
[ -L $home/.nix-profile ]
2012-09-13 17:58:14 -04:00
[ -e $home/.nix-channels ]