Skip to content

Commit 4a842f6

Browse files
authored
Merge pull request #19749 from Homebrew/tap-new-no-git
test/dev-cmd/tap-new_spec: use `--no-git` to avoid auth prompt
2 parents 219d427 + 86f56c8 commit 4a842f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/test/dev-cmd/tap-new_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# To ensure that Utils::Git.setup_gpg! doesn't raise an error
1111
setup_test_formula "gnupg"
1212

13-
expect { brew "tap-new", "homebrew/foo", "--verbose" }
13+
expect { brew "tap-new", "--no-git", "--verbose", "homebrew/foo" }
1414
.to be_a_success
1515
.and output(%r{homebrew/foo}).to_stdout
1616
.and not_to_output.to_stderr

0 commit comments

Comments
 (0)