t7501.8: feed a meaningful command
commit587ac8c9d4b4a9e054dddb4779f6206fde5950ef
authorJeff King <peff@peff.net>
Mon, 9 May 2011 23:53:00 +0000 (9 16:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 May 2011 00:02:08 +0000 (9 17:02 -0700)
treeed4dc6591ad1ba1fa45789b60c76946021d44c63
parent1020d08786c1413d488845f9175d01c0ea073a6c
t7501.8: feed a meaningful command

The command expects "git commit --interactive <path>" to fail because you
cannot (yet) limit "commit --interactive" with a pathspec, but even if the
command allowed to take <path>, the test would have failed as saying just
7:quit would leave the index the same as the current commit, leading to an
attempt to create an empty commit that would fail without --allow-empty.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7501-commit.sh