Skip to content

Commit

Permalink
t0090: mark add-interactive test with PERL prerequisite
Browse files Browse the repository at this point in the history
The add-interactive system is built in perl. If you build
with NO_PERL, running "git commit --interactive" will exit
with an error and the test will fail.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Nov 18, 2014
1 parent ea4f93e commit 5a97639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0090-cache-tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ test_expect_success 'second commit has cache-tree' '
test_cache_tree
'

test_expect_success 'commit --interactive gives cache-tree on partial commit' '
test_expect_success PERL 'commit --interactive gives cache-tree on partial commit' '
cat <<-\EOT >foo.c &&
int foo()
{
Expand Down

0 comments on commit 5a97639

Please sign in to comment.