andk / pause

Perl authors upload server
http://pause.perl.org/
150 stars 57 forks source link

tests: cope with default git branch being main (not master) #409

Closed rjbs closed 1 year ago

rjbs commented 1 year ago

The tests use the tester's global git config, which is probably not a great idea. Rather than try to fix that right now, though, this just updates the code to not complain if the user's default branch is "main", which is now a common configuration.