mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-09 02:10:13 +00:00
Removing unnecessary cleanup in "Listing Versions" tests.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
cleanup () { unset -f nvm_has_system_node; }
|
||||
die () { cleanup ; echo $@ ; exit 1; }
|
||||
die () { echo $@ ; exit 1; }
|
||||
|
||||
. ../../../nvm.sh
|
||||
|
||||
|
Reference in New Issue
Block a user