]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3903-stash.sh
stash: improve option parsing test coverage
authorJoel Teichroeb <joel@teichroeb.net>
Mon, 25 Feb 2019 23:16:09 +0000 (23:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:41:40 +0000 (09:41 +0900)
commit93415f58e052e56a2298fcfa76af2c4a3831e757
treebee923da4cb0fadac72a6a5d8d6ccee3a7328919
parent0640897dc5ff1f75308d3ebb45e152aed40bb9a3
stash: improve option parsing test coverage

In preparation for converting the stash command incrementally to
a builtin command, this patch improves test coverage of the option
parsing. Both for having too many parameters, or too few.

Signed-off-by: Joel Teichroeb <joel@teichroeb.net>
Signed-off-by: Paul-Sebastian Ungureanu <ungureanupaulsebastian@gmail.com>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3903-stash.sh