From 085e314a3fff30730816540952f748b5aa81ca39 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 28 May 2014 20:54:25 -0700 Subject: [PATCH] Adding a trailing newline --- ...ng \"nvm unload\" should unset all function and variables." | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/test/fast/Running \"nvm unload\" should unset all function and variables." "b/test/fast/Running \"nvm unload\" should unset all function and variables." index bbb4343..0f4c50e 100755 --- "a/test/fast/Running \"nvm unload\" should unset all function and variables." +++ "b/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 \ No newline at end of file +type nvm > /dev/null 2>&1 && fail "NVM not unloaded" || exit 0 +