diff options
author | Nanako Shiraishi <nanako3@lavabit.com> | 2008-09-03 17:59:33 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-03 14:51:48 -0700 |
commit | 47a528ad24185133867ebb5bb7692db2cb8bef39 (patch) | |
tree | 9b46d4c6af949929f7ba2fe9f863b8304d0994fb /t/t7506-status-submodule.sh | |
parent | d592b3157f70c9dac6288b28c46a64826c0abd18 (diff) | |
download | git-47a528ad24185133867ebb5bb7692db2cb8bef39.tar.gz git-47a528ad24185133867ebb5bb7692db2cb8bef39.tar.xz |
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>
Diffstat (limited to 't/t7506-status-submodule.sh')
-rwxr-xr-x | t/t7506-status-submodule.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7506-status-submodule.sh b/t/t7506-status-submodule.sh index a75130cdb..d9a08aac5 100755 --- a/t/t7506-status-submodule.sh +++ b/t/t7506-status-submodule.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description='git-status for submodule' +test_description='git status for submodule' . ./test-lib.sh |