Browse Source

Adding a trailing newline

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

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

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

Loading…
Cancel
Save