mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 22:51:51 +00:00
remove duplicate install test
`test/slow/install` is identical to `test/slow/install from source` except in the version installed. Remove it.
This commit is contained in:
parent
3b21b76106
commit
9108a7f7fa
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
set -e
|
|
||||||
. ../../nvm.sh
|
|
||||||
|
|
||||||
# Remove the stuff we're clobbering.
|
|
||||||
[ -e ../../v0.6.14 ] && rm -R ../../v0.6.14
|
|
||||||
|
|
||||||
# Install
|
|
||||||
nvm install 0.6.14
|
|
||||||
|
|
||||||
# Check
|
|
||||||
[ -d ../../v0.6.14 ]
|
|
||||||
nvm run v0.6.14 --version | grep v0.6.14
|
|
Loading…
Reference in New Issue
Block a user