[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

@@ -8,11 +8,11 @@ cleanup() {
unset -f nvm_download nvm_ls_remote nvm_ls_remote_iojs
}
. ../../../nvm.sh
\. ../../../nvm.sh
nvm deactivate 2>/dev/null || die 'unable to deactivate'
. ../../common.sh
\. ../../common.sh
REMOTE="$PWD/mocks/nvm_ls_remote.txt"
nvm_ls_remote() {