From 61b44097fe42d68fd84374483741f5647ed8eea3 Mon Sep 17 00:00:00 2001 From: Jonas Dohse Date: Fri, 21 Mar 2014 00:19:32 +0100 Subject: [PATCH] Demonstrate failing path detection in zsh nvm does currently not work in zsh, if nvm is not installed to ~/.nvm. --- ... path than the default one should not show find errors | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test/fast/Sourcing nvm.sh from another path than the default one should not show find errors 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