diff options
author | 2013-02-25 08:27:50 -0800 | |
---|---|---|
committer | 2013-02-25 08:28:06 -0800 | |
commit | 2a4a26b53d5ad18ded5d79b0cf0b617ebbb758b4 (patch) | |
tree | 5bb00d5bc31310536d4816689f577ef75dccf44d /t | |
parent | Merge branch 'wk/user-manual' (diff) | |
parent | Prepare for 1.8.1.5 (diff) | |
download | tgif-2a4a26b53d5ad18ded5d79b0cf0b617ebbb758b4.tar.xz |
Sync with 'maint'
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t7512-status-help.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7512-status-help.sh b/t/t7512-status-help.sh index 51ab89411f..d2da89a5f5 100755 --- a/t/t7512-status-help.sh +++ b/t/t7512-status-help.sh @@ -5,7 +5,7 @@ # Grenoble INP Ensimag # -test_description='git status advices' +test_description='git status advice' . ./test-lib.sh |