From 9dbb51b388ea3c7aea1ef1d2da3d6b0ea8376569 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 15 Sep 2017 02:24:16 +0100 Subject: [PATCH] Fix failing test (#35) Don't check for revert not existing --- tests/loading/Check zsh-nvm wraps nvm | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/loading/Check zsh-nvm wraps nvm b/tests/loading/Check zsh-nvm wraps nvm index 5e18891..c9e7765 100755 --- a/tests/loading/Check zsh-nvm wraps nvm +++ b/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"