Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sk/test-cmp-bin' into maint
[gitweb.git]
/
t
/
t7510-signed-commit.sh
diff --git
a/t/t7510-signed-commit.sh
b/t/t7510-signed-commit.sh
index 9810242435b40682c6cfa67e926590145b688ac9..e97477a3b98a49c80ce01f06b966eacff52a3bd1 100755
(executable)
--- a/
t/t7510-signed-commit.sh
+++ b/
t/t7510-signed-commit.sh
@@
-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