diff --git a/test/fast/Sourcing nvm.sh from another path than the default one should not show find errors b/test/fast/Sourcing nvm.sh from another path than the default one should not show find errors new file mode 100755 index 0000000..1498e0c --- /dev/null +++ b/test/fast/Sourcing nvm.sh from another path than the default one should not show find errors @@ -0,0 +1,8 @@ +#!/bin/zsh + +# ~/.nvm must not be present +. ../../nvm.sh + +# Displays +# find: ‘/.nvm/’: No such file or directory +# find: ‘/.nvm/’: No such file or directory