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>
This commit is contained in:
Jeff King 2014-11-18 12:22:31 -05:00 коммит произвёл Junio C Hamano
Родитель ea4f93eb99
Коммит 5a97639b39
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -131,7 +131,7 @@ test_expect_success 'second commit has cache-tree' '
test_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 && cat <<-\EOT >foo.c &&
int foo() int foo()
{ {