t5407: fix test to cover intended arguments
commite951e8f6a9fa1940d1e89bad07480f9224ebbdf3
authorElijah Newren <newren@gmail.com>
Thu, 7 Jun 2018 05:05:50 +0000 (6 22:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jun 2018 20:28:19 +0000 (28 13:28 -0700)
tree6841ed3e2bfd281a1e872679e0173c33b4a2711e
parente3331758f12da22f4103eec7efe1b5304a9be5e9
t5407: fix test to cover intended arguments

Test 8 in t5407 appears to be an accidental exact duplicate of of test 5;
the testcode is identical and has identical repo state, but the test
description is different and suggests that rebase -m followed by rebase
--skip was what was actually supposed to be tested.  Modify the test to
include the -m option.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5407-post-rewrite-hook.sh