File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ run_with_download_program() {
311311 local repo=' bogus-repo-that-does-not-exist'
312312
313313 skip_if_none_present_on_system ' curl' ' fetch' ' wget'
314- skip_if_system_missing ' git'
314+ skip_if_system_missing ' git' ' tar '
315315 GO_SCRIPT_BASH_DOWNLOAD_URL=" $url " GO_SCRIPT_BASH_REPO_URL=" $repo " \
316316 run " $TEST_GO_ROOTDIR /go-template"
317317 assert_failure
@@ -328,7 +328,7 @@ run_with_download_program() {
328328 local branch=' vnonexistent'
329329
330330 skip_if_none_present_on_system ' curl' ' fetch' ' wget'
331- skip_if_system_missing ' git'
331+ skip_if_system_missing ' git' ' tar '
332332 GO_SCRIPT_BASH_VERSION=" $branch " run " $TEST_GO_ROOTDIR /go-template"
333333 assert_failure
334334 assert_output_matches ' Using git clone as fallback'
You can’t perform that action at this time.
0 commit comments