aboutsummaryrefslogtreecommitdiff
path: root/t/t7004
diff options
context:
space:
mode:
authorCarlos Rica <jasampler@gmail.com>2007-06-28 22:09:12 +0200
committerJunio C Hamano <gitster@pobox.com>2007-06-28 20:46:35 -0700
commitef5a6fb59759006605b36c28cb1e61ec08ac2725 (patch)
treeca7ddb5c41b0719247de3e104adffc012d26a6ef /t/t7004
parent30d038e2ffb5d11cd8047c0e88b71f39f379dd6c (diff)
downloadgit-ef5a6fb59759006605b36c28cb1e61ec08ac2725.tar.gz
git-ef5a6fb59759006605b36c28cb1e61ec08ac2725.tar.xz
Add test-script for git-tag
These tests are useful to develop the C version for git-tag.sh, ensuring that the future builtin-tag.c will not break previous behaviour. The tests are focused on listing, verifying, deleting and creating tags, checking always that the correct status value is returned and everything remains as expected. In order to verify and create signed tags, a PGP key was also added, being created this way: gpg --homedir t/t7004 --gen-key Type DSA and Elgamal, size 2048 bits, no expiration date. Name and email: C O Mitter <committer@example.com> No password given, to enable non-interactive operation. Signed-off-by: Carlos Rica <jasampler@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7004')
-rw-r--r--t/t7004/pubring.gpgbin0 -> 1164 bytes
-rw-r--r--t/t7004/random_seedbin0 -> 600 bytes
-rw-r--r--t/t7004/secring.gpgbin0 -> 1237 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/t/t7004/pubring.gpg b/t/t7004/pubring.gpg
new file mode 100644
index 000000000..83855fa4e
--- /dev/null
+++ b/t/t7004/pubring.gpg
Binary files differ
diff --git a/t/t7004/random_seed b/t/t7004/random_seed
new file mode 100644
index 000000000..8fed1339e
--- /dev/null
+++ b/t/t7004/random_seed
Binary files differ
diff --git a/t/t7004/secring.gpg b/t/t7004/secring.gpg
new file mode 100644
index 000000000..d831cd9eb
--- /dev/null
+++ b/t/t7004/secring.gpg
Binary files differ