mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Merge pull request #11539 from NixOS/fix-installer-tests
Revert "tests.installer: Load profile with -o unset"
This commit is contained in:
commit
3df1658ba1
1 changed files with 0 additions and 6 deletions
|
@ -217,16 +217,10 @@ let
|
||||||
$ssh <<EOF
|
$ssh <<EOF
|
||||||
set -ex
|
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.
|
# FIXME: get rid of this; ideally ssh should just work.
|
||||||
source ~/.bash_profile || true
|
source ~/.bash_profile || true
|
||||||
source ~/.bash_login || true
|
source ~/.bash_login || true
|
||||||
source ~/.profile || true
|
source ~/.profile || true
|
||||||
set +u
|
|
||||||
|
|
||||||
source /etc/bashrc || true
|
source /etc/bashrc || true
|
||||||
|
|
||||||
nix-env --version
|
nix-env --version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue