Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 1b829ee

Browse files
committed
Merge branch 'rr/maint-t3510-cascade-fix'
* rr/maint-t3510-cascade-fix: t3510 (cherry-pick-sequence): add missing '&&'
2 parents 7c0382b + 070bad6 commit 1b829ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3510-cherry-pick-sequence.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test_cmp_rev () {
3131
}
3232

3333
test_expect_success setup '
34-
git config advice.detachedhead false
34+
git config advice.detachedhead false &&
3535
echo unrelated >unrelated &&
3636
git add unrelated &&
3737
test_commit initial foo a &&

0 commit comments

Comments
 (0)