Skip to content

Commit cbe59df

Browse files
committed
Merge branch 'js/test-help-format-windows-port-fix'
* js/test-help-format-windows-port-fix: t3200: do not open a HTML manual page when DEFAULT_MAN_FORMAT is html
2 parents 1feb458 + 01e8d32 commit cbe59df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3200-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_expect_success 'prepare a trivial repository' '
1818
'
1919

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

0 commit comments

Comments
 (0)