Merge branch 'mg/fix-log-mergetag-color' into maint
[gitweb.git] / t / t7510-signed-commit.sh
index 9810242435b40682c6cfa67e926590145b688ac9..e97477a3b98a49c80ce01f06b966eacff52a3bd1 100755 (executable)
@@ -147,10 +147,4 @@ test_expect_success GPG 'show lack of signature with custom format' '
        test_cmp expect actual
 '
 
-test_expect_success 'unused %G placeholders are passed through' '
-       echo "%GX %G" >expect &&
-       git log -1 --format="%GX %G" >actual &&
-       test_cmp expect actual
-'
-
 test_done