From f6974744cd84ab8d4c840f2a900ed9c7da206a80 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 14 Jul 2014 12:35:57 -0700 Subject: [PATCH] Moving this nvm ls test inside the "listing versions" test subdir. --- ...m ls foo\" should return a nonzero exit code when not found" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename "test/fast/Running \"nvm ls foo\" should return a nonzero exit code when not found" => "test/fast/Listing versions/Running \"nvm ls foo\" should return a nonzero exit code when not found" (75%) diff --git "a/test/fast/Running \"nvm ls foo\" should return a nonzero exit code when not found" "b/test/fast/Listing versions/Running \"nvm ls foo\" should return a nonzero exit code when not found" similarity index 75% rename from "test/fast/Running \"nvm ls foo\" should return a nonzero exit code when not found" rename to "test/fast/Listing versions/Running \"nvm ls foo\" should return a nonzero exit code when not found" index b29a947..d3f6974 100755 --- "a/test/fast/Running \"nvm ls foo\" should return a nonzero exit code when not found" +++ "b/test/fast/Listing versions/Running \"nvm ls foo\" should return a nonzero exit code when not found" @@ -1,6 +1,6 @@ #!/bin/sh -. ../../nvm.sh +. ../../../nvm.sh nvm ls nonexistent_version [ "$?" = "3" ]