From 4792d122b10ec13825c838817022fce280db0c29 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(+) diff --git a/test/install_script/nvm_download b/test/install_script/nvm_download index 5eff0f6..15252ad 100644 --- 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" + cleanup