commit | 47a528ad24185133867ebb5bb7692db2cb8bef39 | [log] [tgz] |
---|---|---|
author | Nanako Shiraishi <nanako3@lavabit.com> | Wed Sep 03 17:59:33 2008 +0900 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Sep 03 14:51:48 2008 -0700 |
tree | 9b46d4c6af949929f7ba2fe9f863b8304d0994fb | |
parent | d592b3157f70c9dac6288b28c46a64826c0abd18 [diff] [blame] |
tests: use "git xyzzy" form (t7200 - t9001) Converts tests between t7201-t9001. Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 1c857cf..d098a01 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh
@@ -1,6 +1,6 @@ #!/bin/sh -test_description='git-send-email' +test_description='git send-email' . ./test-lib.sh PROG='git send-email'