@ -316,17 +315,17 @@ test_expect_success 'A root commit can be a cousin, treat it that way' '
@@ -316,17 +315,17 @@ test_expect_success 'A root commit can be a cousin, treat it that way' '
test_expect_success 'labels that are object IDs are rewritten' '
git checkout -b third B &&
test_tick &&
test_commit I &&
third=$(git rev-parse HEAD) &&
git checkout -b labels master &&
git merge --no-commit third &&
test_tick &&
git commit -m "Merge commit '\''$third'\'' into labels" &&