mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-07-18 21:08:23 +08:00
[Tests] Replace all dots with backslash dots
This commit is contained in:
@@ -18,7 +18,7 @@ safe_type() {
|
||||
! safe_type nvm_reset || die 'nvm_reset is still available'
|
||||
! safe_type nvm_detect_profile || die 'nvm_detect_profile is still available'
|
||||
|
||||
NVM_ENV=testing . ../../install.sh
|
||||
NVM_ENV=testing \. ../../install.sh
|
||||
|
||||
# Check nvm_reset exists
|
||||
safe_type nvm_reset || die 'nvm_reset is not available'
|
||||
|
||||
Reference in New Issue
Block a user