Browse Source

Fix failing test (#35)

Don't check for revert not existing
pull/36/head
Luke Childs 7 years ago
committed by GitHub
parent
commit
9dbb51b388
  1. 3
      tests/loading/Check zsh-nvm wraps nvm

3
tests/loading/Check zsh-nvm wraps nvm

@ -4,8 +4,5 @@ source ../common.sh
# 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
nvm revert || die "nvm isn't wrapped with our revert command"

Loading…
Cancel
Save