mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-07 04:58:35 +00:00
tests from readme
fast tests alias unalias more alias tests tests document testing warn not to run while testing chmod +x deactivate specify the version (commit) of urchin installation test run tests for ls switch unsetopt to the thing creationix has rename tests urchin log adjust urchin version
This commit is contained in:
6
test/fast/Running "nvm unalias" should remove the alias file.
Executable file
6
test/fast/Running "nvm unalias" should remove the alias file.
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo v0.1.2 > ../../alias/test
|
||||
. ../../nvm.sh
|
||||
nvm unalias test
|
||||
! [ -e ../../alias/test ]
|
Reference in New Issue
Block a user