From 6f7c9ff4cc5f37158bcab15e9133d8d917535bce Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 18 Oct 2016 15:02:17 +0100 Subject: [PATCH] Don't load/install nvm in tests that don't need to --- tests/loading/Check zsh-nvm is loaded | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/loading/Check zsh-nvm is loaded b/tests/loading/Check zsh-nvm is loaded index fa391d4..ddb675e 100755 --- a/tests/loading/Check zsh-nvm is loaded +++ b/tests/loading/Check zsh-nvm is loaded @@ -1,5 +1,8 @@ source ../common.sh +# We don't need to actually load nvm for this test +export ZSH_NVM_NO_LOAD=true + # Check ZSH_NVM_DIR isn't already set [[ -z ${ZSH_NVM_DIR+x} ]] || die "ZSH_NVM_DIR already set"