From 834368f520a4b74dd4c0a47a4a1b31ba74639ee2 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 12 Sep 2017 18:50:34 +0100 Subject: [PATCH] Test nvm revert output --- tests/loading/Check zsh-nvm wraps nvm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/loading/Check zsh-nvm wraps nvm b/tests/loading/Check zsh-nvm wraps nvm index 5e18891..7f6bdf9 100755 --- a/tests/loading/Check zsh-nvm wraps nvm +++ b/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