mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Prevent test pollution.
This commit is contained in:
parent
8284cd0f81
commit
08aa09e664
@ -4,6 +4,8 @@
|
||||
|
||||
die () { echo $@ ; cleanup ; exit 1; }
|
||||
cleanup () {
|
||||
rm -rf ../../../alias/stable
|
||||
rm -rf ../../../alias/unstable
|
||||
rm -rf ../../../v0.8.1
|
||||
rm -rf ../../../v0.9.1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user