Make test more resilient

Use `hostname` instead of `ls` in test of NVM_LAZY_LOAD_EXTRA_COMMANDS option
This commit is contained in:
Joeri de Gooijer 2020-06-16 08:33:02 +02:00
parent e07475126c
commit 8a42d77b77

View File

@ -12,7 +12,7 @@ node_version=v5.11.0
# Set NVM_LAZY_LOAD to true # Set NVM_LAZY_LOAD to true
export NVM_LAZY_LOAD=true export NVM_LAZY_LOAD=true
export NVM_LAZY_LOAD_EXTRA_COMMANDS=('ls' 'whoami') export NVM_LAZY_LOAD_EXTRA_COMMANDS=('hostname' 'whoami')
# Load zsh-nvm # Load zsh-nvm
load_zsh_nvm load_zsh_nvm