diff options
author | Jonathon Mah <me@JonathonMah.com> | 2013-03-30 18:27:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-31 19:58:02 -0700 |
commit | d1520c4b1a6105356c7a2def6b90239057270598 (patch) | |
tree | 04753c6f1192a4c64116f0e41962350848888268 /t/t3200-branch.sh | |
parent | 631bc94e67383b66da190550866566f09d32f299 (diff) | |
download | git-d1520c4b1a6105356c7a2def6b90239057270598.tar.gz |
branch: give better message when no names specified for rename
Signed-off-by: Jonathon Mah <me@JonathonMah.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3200-branch.sh')
-rwxr-xr-x | t/t3200-branch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 12f1e4a63c..a64c9d2dd3 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -78,7 +78,7 @@ test_expect_success \ test_expect_success \ 'git branch -m dumps usage' \ 'test_expect_code 128 git branch -m 2>err && - test_i18ngrep "too many branches for a rename operation" err' + test_i18ngrep "branch name required" err' test_expect_success \ 'git branch -m m m/m should work' \ |