diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-06-07 09:07:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-07 09:07:27 -0700 |
commit | 1b829eee17443b5bb932407a55c30426fee40dbd (patch) | |
tree | 76084f1d8e6b671c4508db811ede1550b78ba927 /t | |
parent | Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12' (diff) | |
parent | t3510 (cherry-pick-sequence): add missing '&&' (diff) | |
download | tgif-1b829eee17443b5bb932407a55c30426fee40dbd.tar.xz |
Merge branch 'rr/maint-t3510-cascade-fix'
* rr/maint-t3510-cascade-fix:
t3510 (cherry-pick-sequence): add missing '&&'
Diffstat (limited to 't')
-rwxr-xr-x | t/t3510-cherry-pick-sequence.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3510-cherry-pick-sequence.sh b/t/t3510-cherry-pick-sequence.sh index 97f3710700..f4e6450d6a 100755 --- a/t/t3510-cherry-pick-sequence.sh +++ b/t/t3510-cherry-pick-sequence.sh @@ -31,7 +31,7 @@ test_cmp_rev () { } test_expect_success setup ' - git config advice.detachedhead false + git config advice.detachedhead false && echo unrelated >unrelated && git add unrelated && test_commit initial foo a && |