Browse Source

Test nvm revert output

fix-test
Luke Childs 8 years ago
parent
commit
834368f520
  1. 1
      tests/loading/Check zsh-nvm wraps nvm

1
tests/loading/Check zsh-nvm wraps nvm

@ -5,6 +5,7 @@ source ../common.sh
load_zsh_nvm
# Check unwrapped nvm doesn't have revert command
echo $(_zsh_nvm_nvm revert)
_zsh_nvm_nvm revert && die "Unwrapped nvm already has revert command"
# Check nvm is wrapped with our revert command

Loading…
Cancel
Save