zsh-nvm/tests/loading/Check zsh-nvm wraps nvm

9 lines
169 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
2016-10-19 21:53:53 +08:00
source ../common.sh
# Load zsh-nvm
load_zsh_nvm
# Check nvm is wrapped with our revert command
nvm revert || die "nvm isn't wrapped with our revert command"