From ef5a6fb59759006605b36c28cb1e61ec08ac2725 Mon Sep 17 00:00:00 2001 From: Carlos Rica Date: Thu, 28 Jun 2007 22:09:12 +0200 Subject: 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 No password given, to enable non-interactive operation. Signed-off-by: Carlos Rica Signed-off-by: Junio C Hamano --- t/t7004/secring.gpg | Bin 0 -> 1237 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 t/t7004/secring.gpg (limited to 't/t7004/secring.gpg') diff --git a/t/t7004/secring.gpg b/t/t7004/secring.gpg new file mode 100644 index 000000000..d831cd9eb Binary files /dev/null and b/t/t7004/secring.gpg differ -- cgit v1.2.1