提交 db85b3a7 编写于 作者: S Stefan Naewe 提交者: Junio C Hamano

t3200: add test case for 'branch -m'

Signed-off-by: NStefan Naewe <stefan.naewe@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 3706ed29
......@@ -74,6 +74,11 @@ test_expect_success \
git branch -d l/m &&
git branch l'
test_expect_success \
'git branch -m dumps usage' \
'test_expect_code 129 git branch -m 2>err &&
grep "[Uu]sage: git branch" err'
test_expect_success \
'git branch -m m m/m should work' \
'git branch -l m &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册