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" ]