зеркало из https://github.com/microsoft/git.git
Make test "using invalid commit with -C" more strict
In the test 'using invalid commit with -C' git-commit would have failed even if the -C option had been given the correct commit, as there was nothing to commit. Pass --allow-empty to make sure it would make a commit, were there no issues with the argument given to the -C option. Signed-off-by: Kacper Kornet <draenog@pld-linux.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
e230c568c4
Коммит
0bb0c15533
|
@ -53,7 +53,7 @@ test_expect_success PERL 'can use paths with --interactive' '
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'using invalid commit with -C' '
|
test_expect_success 'using invalid commit with -C' '
|
||||||
test_must_fail git commit -C bogus
|
test_must_fail git commit --allow-empty -C bogus
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'nothing to commit' '
|
test_expect_success 'nothing to commit' '
|
||||||
|
|
Загрузка…
Ссылка в новой задаче