]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3200-branch.sh
t3200: do not open a HTML manual page when DEFAULT_MAN_FORMAT is html
[thirdparty/git.git] / t / t3200-branch.sh
index 55c9ab0b6a5c65aacdb3ef6107c3417d7bdc4e00..bc117aaf33f07c9864db754cdf499c32e42937d3 100755 (executable)
@@ -17,7 +17,7 @@ test_expect_success 'prepare a trivial repository' '
        HEAD=$(git rev-parse --verify HEAD)'
 
 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
 '