Skip to content

Commit

Permalink
Merge branch 'js/test-help-format-windows-port-fix'
Browse files Browse the repository at this point in the history
* js/test-help-format-windows-port-fix:
  t3200: do not open a HTML manual page when DEFAULT_MAN_FORMAT is html
  • Loading branch information
Junio C Hamano committed Nov 1, 2013
2 parents 1feb458 + 01e8d32 commit cbe59df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3200-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test_expect_success 'prepare a trivial repository' '
'

test_expect_success 'git branch --help should not have created a bogus branch' '
test_might_fail git branch --help </dev/null >/dev/null 2>/dev/null &&
test_might_fail git branch --man --help </dev/null >/dev/null 2>&1 &&
test_path_is_missing .git/refs/heads/--help
'

Expand Down

0 comments on commit cbe59df

Please sign in to comment.