]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/test-help-format-windows-port-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Nov 2013 14:38:51 +0000 (07:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Nov 2013 14:38:51 +0000 (07:38 -0700)
* js/test-help-format-windows-port-fix:
  t3200: do not open a HTML manual page when DEFAULT_MAN_FORMAT is html

1  2 
t/t3200-branch.sh

index 0fe7647928b9d20963e60e56009f72c54ee488e2,bc117aaf33f07c9864db754cdf499c32e42937d3..fcdb867748f3c651fdb58c148016f3da1cf2c9be
@@@ -14,11 -14,10 +14,11 @@@ test_expect_success 'prepare a trivial 
        echo World >>A &&
        git update-index --add A &&
        git commit -m "Second commit." &&
 -      HEAD=$(git rev-parse --verify HEAD)'
 +      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
  '