We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1feb458 + 01e8d32 commit cbe59dfCopy full SHA for cbe59df
t/t3200-branch.sh
@@ -18,7 +18,7 @@ test_expect_success 'prepare a trivial repository' '
18
'
19
20
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 &&
+ test_might_fail git branch --man --help </dev/null >/dev/null 2>&1 &&
22
test_path_is_missing .git/refs/heads/--help
23
24
0 commit comments