Ramkumar Ramachandra wrote: > --- a/t/t3200-branch.sh > +++ b/t/t3200-branch.sh > @@ -22,7 +22,7 @@ test_expect_success \ > > test_expect_success \ > 'git branch --help should not have created a bogus branch' ' > - git branch --help </dev/null >/dev/null 2>/dev/null; > + git branch --help </dev/null >/dev/null 2>/dev/null && > test_path_is_missing .git/refs/heads/--help Won't this break when running tests for the first time, before the git manpages are installed? > ' > > @@ -88,7 +88,7 @@ test_expect_success \ > test_expect_success \ > 'git branch -m n/n n should work' \ > 'git branch -l n/n && > - git branch -m n/n n > + git branch -m n/n n && > test_path_is_file .git/logs/refs/heads/n' Good catch. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html