[Tests] Replace all dots with backslash dots

This commit is contained in:
Qiangjun Ran
2016-11-04 13:15:18 +08:00
committed by Jordan Harband
parent 2a2b8bdeb3
commit cadbbced20
167 changed files with 188 additions and 188 deletions

View File

@@ -3,7 +3,7 @@
die () { echo $@ ; exit 1; }
# Source nvm
. ../../../nvm.sh
\. ../../../nvm.sh
# Version to install/uninstall
NVM_TEST_VERSION=0.12.6

View File

@@ -3,7 +3,7 @@
die () { echo $@ ; exit 1; }
# Source nvm
. ../../../nvm.sh
\. ../../../nvm.sh
# Version to install/uninstall
NVM_TEST_VERSION=5.10.1

View File

@@ -1,4 +1,4 @@
#!/bin/sh
. ../../../nvm.sh
\. ../../../nvm.sh
nvm install 0.12.7

View File

@@ -1,5 +1,5 @@
#!/bin/sh
. ../../../nvm.sh
\. ../../../nvm.sh
nvm uninstall 0.12.7
nvm deactivate