From: Jeff King Date: Tue, 18 Nov 2014 17:22:31 +0000 (-0500) Subject: t0090: mark add-interactive test with PERL prerequisite X-Git-Tag: v2.2.2~10^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a97639b396a007a226308b6eceae5efb71c7500;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t0090-cache-tree.sh b/t/t0090-cache-tree.sh index 158cf4f03b..067f4c6e52 100755 --- a/t/t0090-cache-tree.sh +++ b/t/t0090-cache-tree.sh @@ -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() {