diff options
author | Jeff King <peff@peff.net> | 2011-09-07 13:42:39 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-08 13:50:58 -0700 |
commit | 37d3e85912ea13cb1d59022e2bc2ea8cf8bf4876 (patch) | |
tree | 4a48d94bdaeec2eda4940fa6ebb95101d50a3970 /t/t7004 | |
parent | a452d148d10a89ae502bc4755c191ab323227ce5 (diff) | |
download | git-37d3e85912ea13cb1d59022e2bc2ea8cf8bf4876.tar.gz |
t7004: factor out gpg setup
Other test scripts may want to look at or verify signed
tags, and the setup is non-trivial. Let's factor this out
into lib-gpg.sh for other tests to use.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7004')
-rw-r--r-- | t/t7004/pubring.gpg | bin | 1164 -> 0 bytes |
-rw-r--r-- | t/t7004/random_seed | bin | 600 -> 0 bytes |
-rw-r--r-- | t/t7004/secring.gpg | bin | 1237 -> 0 bytes |
-rw-r--r-- | t/t7004/trustdb.gpg | bin | 1280 -> 0 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/t/t7004/pubring.gpg b/t/t7004/pubring.gpg Binary files differdeleted file mode 100644 index 83855fa4e1..0000000000 --- a/t/t7004/pubring.gpg +++ /dev/null diff --git a/t/t7004/random_seed b/t/t7004/random_seed Binary files differdeleted file mode 100644 index 8fed1339ed..0000000000 --- a/t/t7004/random_seed +++ /dev/null diff --git a/t/t7004/secring.gpg b/t/t7004/secring.gpg Binary files differdeleted file mode 100644 index d831cd9eb3..0000000000 --- a/t/t7004/secring.gpg +++ /dev/null diff --git a/t/t7004/trustdb.gpg b/t/t7004/trustdb.gpg Binary files differdeleted file mode 100644 index abace962b8..0000000000 --- a/t/t7004/trustdb.gpg +++ /dev/null |