mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
fixed the test condition.
This commit is contained in:
parent
86c60f5525
commit
2feba285d8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user