remove needless assignment to "x" per github line notes

This commit is contained in:
smikes 2014-12-23 15:50:46 -07:00
parent edebb31119
commit 9fcc9c3775
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ teardown() {
assert_nomatch "$PATH" ".*v0.2.3/.*/bin" "v0.2.3 should not be active yet"
[ `expr $PATH : ".*v0.2.3/.*/bin"` = 0 ]
x=$(nvm_version_path v0.2.3)
# can't use 'run' -- sets up new env, PATH is lost
nvm use 0.2.3