summaryrefslogtreecommitdiff
path: root/t/t4101
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2014-06-25 21:42:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-06-25 22:01:06 (GMT)
commit958b2eb26c82f9d99d1fb4d3270601d0a18eaf38 (patch)
treea6d8a99d7915fcfb6fc542dbc0230d9457268f36 /t/t4101
parentaa4b78d483a918ebee810993e420b4697b0de4d3 (diff)
downloadgit-958b2eb26c82f9d99d1fb4d3270601d0a18eaf38.zip
git-958b2eb26c82f9d99d1fb4d3270601d0a18eaf38.tar.gz
git-958b2eb26c82f9d99d1fb4d3270601d0a18eaf38.tar.bz2
move "%G" format test from t7510 to t6006
The final test in t7510 checks that "--format" placeholders that look similar to GPG placeholders (but that we don't actually understand) are passed through. That test was placed in t7510, since the other GPG placeholder tests are there. However, it does not have a GPG prerequisite, because it is not actually checking any signed commits. This causes the test to erroneously fail when gpg is not installed on a system, however. Not because we need signed commits, but because we need _any_ commit to run "git log". If we don't have gpg installed, t7510 doesn't create any commits at all. We can fix this by moving the test into t6006. This is arguably a better place anyway, because it is where we test most of the other placeholders (we do not test GPG placeholders there because of the infrastructure needed to make signed commits). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4101')
0 files changed, 0 insertions, 0 deletions