mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-31 01:45:50 +08:00
[Tests] Replace all dots with backslash dots
This commit is contained in:
committed by
Jordan Harband
parent
2a2b8bdeb3
commit
cadbbced20
@@ -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