[Tests] Replace all dots with backslash dots
This commit is contained in:
committed by
Jordan Harband
parent
2a2b8bdeb3
commit
cadbbced20
@@ -7,7 +7,7 @@ cleanup () {
|
||||
}
|
||||
die () { echo $@ ; exit 1; }
|
||||
|
||||
. ../../../nvm.sh
|
||||
\. ../../../nvm.sh
|
||||
|
||||
nvm_has() { return 1; }
|
||||
OUTPUT="$(nvm_print_npm_version)"
|
||||
|
||||
Reference in New Issue
Block a user