Browse Source

Adding a trailing newline

fix_nvm_ls
Jordan Harband 11 years ago
parent
commit
085e314a3f
  1. 3
      test/fast/Running "nvm unload" should unset all function and variables.

3
test/fast/Running "nvm unload" should unset all function and variables.

@ -8,4 +8,5 @@ type nvm > /dev/null 2>&1 || fail "NVM not loaded"
nvm unload
type nvm > /dev/null 2>&1 && fail "NVM not unloaded" || exit 0
type nvm > /dev/null 2>&1 && fail "NVM not unloaded" || exit 0

Loading…
Cancel
Save