Removing unnecessary cleanup in "Listing Versions" tests.

This commit is contained in:
Jordan Harband
2014-09-16 08:59:00 -07:00
parent 8d05ab63f1
commit 15b3e7b6a8
2 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/sh
cleanup () { unset -f nvm_has_system_node; }
die () { cleanup ; echo $@ ; exit 1; }
die () { echo $@ ; exit 1; }
. ../../../nvm.sh