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/random_seed | Bin 0 -> 600 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 t/t7004/random_seed (limited to 't/t7004/random_seed') diff --git a/t/t7004/random_seed b/t/t7004/random_seed new file mode 100644 index 0000000000..8fed1339ed Binary files /dev/null and b/t/t7004/random_seed differ -- cgit v1.2.3