Merge branch 'jc/epochtime-wo-tz'
[gitweb.git] / t / t5312-prune-corruption.sh
index e8d04ef1bfb072ddd6117201cefb3959941ec034..8e98b44083f76b959f32883059f07d65a5b8aadb 100755 (executable)
@@ -105,7 +105,7 @@ test_expect_success 'pack-refs does not silently delete broken packed ref' '
        test_cmp expect actual
 '
 
-test_expect_failure 'pack-refs does not drop broken refs during deletion' '
+test_expect_success 'pack-refs does not drop broken refs during deletion' '
        git update-ref -d refs/heads/other &&
        git rev-parse refs/heads/master >actual &&
        test_cmp expect actual