]> git.pld-linux.org Git - packages/git-core.git/blob - git-core-bashizm.patch
- up to 1.5.6.2
[packages/git-core.git] / git-core-bashizm.patch
1 --- git-1.5.5/t/t3200-branch.sh~        2008-04-08 09:10:01.000000000 +0200
2 +++ git-1.5.5/t/t3200-branch.sh 2008-04-09 23:54:55.000000000 +0200
3 @@ -200,7 +200,7 @@
4  
5  test_expect_success \
6      'branch from non-branch HEAD w/--track causes failure' \
7 -    '!(git branch --track my10 HEAD^)'
8 +    '! git branch --track my10 HEAD^'
9  
10  # Keep this test last, as it changes the current branch
11  cat >expect <<EOF
12 --- git-1.5.5/t/t7201-co.sh~    2008-04-08 09:10:01.000000000 +0200
13 +++ git-1.5.5/t/t7201-co.sh     2008-04-09 23:55:57.000000000 +0200
14 @@ -335,6 +335,6 @@
15      git checkout -b delete-me master &&
16      rm .git/refs/heads/delete-me &&
17      test refs/heads/delete-me = "$(git symbolic-ref HEAD)" &&
18 -    !(git checkout --track -b track)'
19 +    ! git checkout --track -b track'
20  
21  test_done
This page took 0.03335 seconds and 3 git commands to generate.