diff options
author | Jeff King <peff@peff.net> | 2014-11-18 12:22:31 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-18 10:16:06 -0800 |
commit | 5a97639b396a007a226308b6eceae5efb71c7500 (patch) | |
tree | 1491c7ded86167c0a7a0a9d22fd3764cdc2b0129 | |
parent | ea4f93eb99038329bbd692c5c8246e5ec8c11da9 (diff) | |
download | git-5a97639b396a007a226308b6eceae5efb71c7500.tar.gz |
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>
-rwxr-xr-x | t/t0090-cache-tree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |