--- git-1.5.5/t/t3200-branch.sh~ 2008-04-08 09:10:01.000000000 +0200 +++ git-1.5.5/t/t3200-branch.sh 2008-04-09 23:54:55.000000000 +0200 @@ -200,7 +200,7 @@ test_expect_success \ 'branch from non-branch HEAD w/--track causes failure' \ - '!(git branch --track my10 HEAD^)' + '! git branch --track my10 HEAD^' # Keep this test last, as it changes the current branch cat >expect <