]> git.ipfire.org Git - thirdparty/git.git/commit
t6132(NO_PERL): do not run the scripted `add -p`
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 30 Aug 2022 13:54:24 +0000 (13:54 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Aug 2022 17:40:48 +0000 (10:40 -0700)
commit64ec8efb836c5def807feb5d86be50f4f53a7b33
treec6efe9ea1f0381b78759911a8c49d0082fdb8559
parent75247802550185d844212df7911dc5f462ac7713
t6132(NO_PERL): do not run the scripted `add -p`

When using the non-built-in version of `git add -p` in a `NO_PERL`
build, we expect that invocation to fail.

However, when b02fdbc80a4 (pathspec: correct an empty string used as a
pathspec element, 2022-05-29) added a test case to t6132 to exercise
`git add -p`, it did not add appropriate prereqs (which admittedly did
not exist back then).

Let's specify the appropriate prereqs.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6132-pathspec-exclude.sh