From 9fcc9c3775ee5b1caba5e560c74f27313a04b8a3 Mon Sep 17 00:00:00 2001 From: smikes Date: Tue, 23 Dec 2014 15:50:46 -0700 Subject: [PATCH] remove needless assignment to "x" per github line notes --- test/bats/fast.bats | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/bats/fast.bats b/test/bats/fast.bats index 7092f6a..9185ea5 100644 --- a/test/bats/fast.bats +++ b/test/bats/fast.bats @@ -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