diff --git a/test/scripts/install-sh.test.ts b/test/scripts/install-sh.test.ts index ee71b2b654d6..2ab3e50225ca 100644 --- a/test/scripts/install-sh.test.ts +++ b/test/scripts/install-sh.test.ts @@ -259,6 +259,8 @@ NODE is_alpine_linux() { return 1; } pacman() { printf 'pacman:%s\\n' "$*"; } apt-get() { :; } + download_file() { :; } + validate_downloaded_script() { return 0; } ui_info() { printf 'info:%s\\n' "$*"; } ui_success() { :; } run_required_step() { printf 'step:%s|%s\\n' "$1" "\${*:2}"; }