commit | cadbbced20750161ac3e762d617c0c8bd49e5167 | [log] [tgz] |
---|---|---|
author | Qiangjun Ran <jungle@ranqiangjun.com> | Fri Nov 04 13:15:18 2016 +0800 |
committer | Jordan Harband <ljharb@gmail.com> | Thu Nov 03 23:44:59 2016 -0700 |
tree | f4ea1cc332a49d317295b87cff1f73baba022233 | |
parent | 2a2b8bdeb3fb7c8c219148e181246ac9c1f593a4 [diff] [blame] |
[Tests] Replace all dots with backslash dots
diff --git "a/test/slow/nvm run/Running \"nvm run 0.x\" should error out sensibly when 0.x is not installed" "b/test/slow/nvm run/Running \"nvm run 0.x\" should error out sensibly when 0.x is not installed" index 5a2aef2..7777bc9 100755 --- "a/test/slow/nvm run/Running \"nvm run 0.x\" should error out sensibly when 0.x is not installed" +++ "b/test/slow/nvm run/Running \"nvm run 0.x\" should error out sensibly when 0.x is not installed"
@@ -3,7 +3,7 @@ die () { echo $@ ; exit 1; } -. ../../../nvm.sh +\. ../../../nvm.sh EXPECTED_OUTPUT='N/A: version "v0.2" is not yet installed.