mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-30 09:18:59 +08:00
[Tests] Replace all dots with backslash dots
This commit is contained in:
committed by
Jordan Harband
parent
2a2b8bdeb3
commit
cadbbced20
@@ -6,7 +6,7 @@ cleanup() {
|
||||
unset -f curl wget nvm_has
|
||||
}
|
||||
|
||||
. ../../../nvm.sh
|
||||
\. ../../../nvm.sh
|
||||
|
||||
EXPECTED_VERSION="v12.3.456"
|
||||
URL="https://github.com/creationix/nvm/releases/tag/$EXPECTED_VERSION"
|
||||
|
||||
@@ -6,7 +6,7 @@ cleanup() {
|
||||
unset -f curl wget
|
||||
}
|
||||
|
||||
. ../../../nvm.sh
|
||||
\. ../../../nvm.sh
|
||||
|
||||
curl() {
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user