Skip to content

Commit

Permalink
Merge pull request NixOS#11539 from NixOS/fix-installer-tests
Browse files Browse the repository at this point in the history
Revert "tests.installer: Load profile with -o unset"
  • Loading branch information
roberth committed Sep 18, 2024
2 parents 59acf3b + c75907e commit 3df1658
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/installer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -217,16 +217,10 @@ let
$ssh <<EOF
set -ex
# enable nounset while loading the profile
# this may or may not work on all distros, depending on the quality of their scripts
set -u
# FIXME: get rid of this; ideally ssh should just work.
source ~/.bash_profile || true
source ~/.bash_login || true
source ~/.profile || true
set +u
source /etc/bashrc || true
nix-env --version
Expand Down

0 comments on commit 3df1658

Please sign in to comment.