t0090: mark add-interactive test with PERL prerequisite
commit5a97639b396a007a226308b6eceae5efb71c7500
authorJeff King <peff@peff.net>
Tue, 18 Nov 2014 17:22:31 +0000 (18 12:22 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Nov 2014 18:16:06 +0000 (18 10:16 -0800)
tree1491c7ded86167c0a7a0a9d22fd3764cdc2b0129
parentea4f93eb99038329bbd692c5c8246e5ec8c11da9
t0090: mark add-interactive test with PERL prerequisite

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>
t/t0090-cache-tree.sh