[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

@@ -2,7 +2,7 @@
die () { echo $@ ; exit 1; }
. ../../../nvm.sh
\. ../../../nvm.sh
nvm run 0.10.7 --harmony --version
[ "_$(nvm run 0.10.7 --harmony --version 2>/dev/null | tail -1)" = "_v0.10.7" ] || die "\`nvm run --harmony --version\` failed to run with the correct version"

View File

@@ -4,7 +4,7 @@ set -ex
die () { echo $@ ; exit 1; }
. ../../../nvm.sh
\. ../../../nvm.sh
OUTPUT="$(nvm run --silent --lts --version)"
EXPECTED_OUTPUT="$(nvm_match_version 'lts/*')"

View File

@@ -3,7 +3,7 @@
die () { echo $@ ; exit 1; }
. ../../../nvm.sh
\. ../../../nvm.sh
EXPECTED_OUTPUT='N/A: version "v0.2" is not yet installed.

View File

@@ -3,7 +3,7 @@
die () { echo $@ ; exit 1; }
. ../../../nvm.sh
\. ../../../nvm.sh
[ "$(nvm run 0.10.7 --version | tail -1)" = "v0.10.7" ] || die "\`nvm run\` failed to run with the correct version"

View File

@@ -3,7 +3,7 @@
die () { echo $@ ; exit 1; }
. ../../../nvm.sh
\. ../../../nvm.sh
echo "0.10.7" > .nvmrc

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. ../../../nvm.sh
\. ../../../nvm.sh
nvm install 0.10.7
nvm install --lts=argon

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. ../../../nvm.sh
\. ../../../nvm.sh
nvm deactivate
nvm uninstall v0.10.7