From 6d54d8251b3d46e6cce17096670c5a5c2c1d948f Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 20 Aug 2024 22:33:38 -0700 Subject: [PATCH] [Fix] `nvm_download`: ensure all args are quoted --- test/install_script/nvm_download | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 test/install_script/nvm_download diff --git a/test/install_script/nvm_download b/test/install_script/nvm_download old mode 100644 new mode 100755 index 5eff0f61be9..7a7ccdb2436 --- a/test/install_script/nvm_download +++ b/test/install_script/nvm_download @@ -15,4 +15,6 @@ if nvm_download "https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/wrong_install die "nvm_download should fail to download no existing file" fi +nvm_download "https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/install.sh" -o "; die quoted-command-not-quoted" || die 'command failed' + cleanup