Merge branch 'rs/use-strbuf-add-unique-abbrev'
[gitweb.git] / t / t5533-push-cas.sh
index 09899af3b0c0c6f7fa01af3b54f1347b55bb2784..a2c9e7439f362d8f247c369ba515a55b26dee8ec 100755 (executable)
@@ -220,7 +220,7 @@ test_expect_success 'new branch already exists' '
        (
                cd src &&
                git checkout -b branch master &&
-               test_commit c
+               test_commit F
        ) &&
        (
                cd dst &&