zsh-nvm/tests/loading/Check zsh-nvm wraps nvm
Luke Childs 9dbb51b388 Fix failing test (#35)
Don't check for revert not existing
2017-09-15 02:24:16 +01:00

9 lines
169 B
Bash
Executable File

#!/bin/sh
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"