mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
Merge branch 'rr/maint-t3510-cascade-fix'
* rr/maint-t3510-cascade-fix: t3510 (cherry-pick-sequence): add missing '&&'
This commit is contained in:
commit
1b829eee17
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user