Fix failing test (#35)

Don't check for revert not existing
This commit is contained in:
Luke Childs 2017-09-15 02:24:16 +01:00 committed by GitHub
parent 5c59940a6d
commit 9dbb51b388

View File

@ -4,8 +4,5 @@ source ../common.sh
# Load zsh-nvm # Load zsh-nvm
load_zsh_nvm load_zsh_nvm
# Check unwrapped nvm doesn't have revert command
_zsh_nvm_nvm revert && die "Unwrapped nvm already has revert command"
# Check nvm is wrapped with our revert command # Check nvm is wrapped with our revert command
nvm revert || die "nvm isn't wrapped with our revert command" nvm revert || die "nvm isn't wrapped with our revert command"