Merge branch 'rr/maint-t3510-cascade-fix'

* rr/maint-t3510-cascade-fix:
  t3510 (cherry-pick-sequence): add missing '&&'
This commit is contained in:
Junio C Hamano 2012-06-07 09:07:27 -07:00
Родитель 7c0382bbee 070bad6d0c
Коммит 1b829eee17
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 &&