test 2 = $(git cat-file commit HEAD^^ | grep first | wc -l) &&
@ -130,7 +130,7 @@ test_expect_success 'auto squash that matches a commit after the squash' '
@@ -130,7 +130,7 @@ test_expect_success 'auto squash that matches a commit after the squash' '
test_tick &&
git rebase --autosquash -i HEAD~4 &&
git log --oneline >actual &&
test 5 = $(wc -l <actual) &&
test_line_count = 5 actual &&
git diff --exit-code final-presquash &&
test 0 = "$(git cat-file blob HEAD^^:file1)" &&
test 1 = "$(git cat-file blob HEAD^:file1)" &&
@ -147,7 +147,7 @@ test_expect_success 'auto squash that matches a sha1' '
@@ -147,7 +147,7 @@ test_expect_success 'auto squash that matches a sha1' '
@ -335,7 +335,7 @@ test_expect_success 'A single-liner subject with a token plus colon is not a foo
@@ -335,7 +335,7 @@ test_expect_success 'A single-liner subject with a token plus colon is not a foo
git reset --hard &&
git commit -s -m "hello: kitty" --allow-empty &&
git cat-file commit HEAD | sed -e "1,/^$/d" >actual &&