summaryrefslogtreecommitdiff
path: root/t/t7004
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2011-09-07 13:42:39 -0400
committerJunio C Hamano <gitster@pobox.com>2011-09-08 13:50:58 -0700
commit37d3e85912ea13cb1d59022e2bc2ea8cf8bf4876 (patch)
tree4a48d94bdaeec2eda4940fa6ebb95101d50a3970 /t/t7004
parenta452d148d10a89ae502bc4755c191ab323227ce5 (diff)
downloadgit-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.gpgbin1164 -> 0 bytes
-rw-r--r--t/t7004/random_seedbin600 -> 0 bytes
-rw-r--r--t/t7004/secring.gpgbin1237 -> 0 bytes
-rw-r--r--t/t7004/trustdb.gpgbin1280 -> 0 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/t/t7004/pubring.gpg b/t/t7004/pubring.gpg
deleted file mode 100644
index 83855fa4e1..0000000000
--- a/t/t7004/pubring.gpg
+++ /dev/null
Binary files differ
diff --git a/t/t7004/random_seed b/t/t7004/random_seed
deleted file mode 100644
index 8fed1339ed..0000000000
--- a/t/t7004/random_seed
+++ /dev/null
Binary files differ
diff --git a/t/t7004/secring.gpg b/t/t7004/secring.gpg
deleted file mode 100644
index d831cd9eb3..0000000000
--- a/t/t7004/secring.gpg
+++ /dev/null
Binary files differ
diff --git a/t/t7004/trustdb.gpg b/t/t7004/trustdb.gpg
deleted file mode 100644
index abace962b8..0000000000
--- a/t/t7004/trustdb.gpg
+++ /dev/null
Binary files differ