mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-24 10:24:56 +00:00
[Tests] Replace all dots with backslash dots
This commit is contained in:

committed by
Jordan Harband

parent
2a2b8bdeb3
commit
cadbbced20
@@ -2,8 +2,8 @@
|
||||
|
||||
die () { echo $@ ; exit 1; }
|
||||
|
||||
. ../../../nvm.sh
|
||||
. ../../common.sh
|
||||
\. ../../../nvm.sh
|
||||
\. ../../common.sh
|
||||
|
||||
assert_not_ok iojs_version_has_solaris_binary ""
|
||||
assert_not_ok iojs_version_has_solaris_binary "foo"
|
||||
|
Reference in New Issue
Block a user