From 2feba285d8fbc52037683cc841fc62d1bc560f71 Mon Sep 17 00:00:00 2001 From: Yosiya Hinosawa Date: Tue, 29 Jan 2013 23:00:03 +0900 Subject: [PATCH] fixed the test condition. --- ...vm deactivate\" should unset the nvm environment variables." | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/test/fast/Running \"nvm deactivate\" should unset the nvm environment variables." "b/test/fast/Running \"nvm deactivate\" should unset the nvm environment variables." index 4eee29e..576f3e2 100755 --- "a/test/fast/Running \"nvm deactivate\" should unset the nvm environment variables." +++ "b/test/fast/Running \"nvm deactivate\" should unset the nvm environment variables." @@ -6,6 +6,6 @@ mkdir ../../v0.8.6 nvm && nvm use 0.8.6 && -(echo $PATH | grep nvm) +(echo $PATH | grep nvm) && nvm deactivate && ! (echo $PATH | grep nvm)