diff options
author | Nanako Shiraishi <nanako3@lavabit.com> | 2008-09-03 17:59:31 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-03 14:51:48 -0700 |
commit | d592b3157f70c9dac6288b28c46a64826c0abd18 (patch) | |
tree | 18655969f1ae51fdfc579f4ee5285c6b08764bfb /t/t7102-reset.sh | |
parent | 3604e7c5c6f8d48e221ea5b21ef26fc3e27eff9e (diff) | |
download | git-d592b3157f70c9dac6288b28c46a64826c0abd18.tar.gz |
tests: use "git xyzzy" form (t7000 - t7199)
Converts tests between t7001-t7103.
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7102-reset.sh')
-rwxr-xr-x | t/t7102-reset.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t7102-reset.sh b/t/t7102-reset.sh index 29f5678b4c..e637c7d4db 100755 --- a/t/t7102-reset.sh +++ b/t/t7102-reset.sh @@ -3,9 +3,9 @@ # Copyright (c) 2007 Carlos Rica # -test_description='git-reset +test_description='git reset -Documented tests for git-reset' +Documented tests for git reset' . ./test-lib.sh |