mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-10 08:39:07 +00:00
[Tests] Replace all dots with backslash dots
This commit is contained in:

committed by
Jordan Harband

parent
2a2b8bdeb3
commit
cadbbced20
@@ -6,7 +6,7 @@ TEST_DIR="$TEST_PWD/nvm_ls_current_tmp"
|
||||
cleanup() { rm -rf "$TEST_DIR"; unset -f return_zero; alias node='node' ; unalias node; }
|
||||
die () { echo $@ ; cleanup ; exit 1; }
|
||||
|
||||
. ../../../nvm.sh
|
||||
\. ../../../nvm.sh
|
||||
|
||||
return_zero () { return 0; }
|
||||
|
||||
|
Reference in New Issue
Block a user