Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t0090: mark add-interactive test with PERL prerequisite
author
Jeff King
<peff@peff.net>
Tue, 18 Nov 2014 17:22:31 +0000
(12:22 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 18 Nov 2014 18:16:06 +0000
(10:16 -0800)
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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ea4f93e
)
diff --git
a/t/t0090-cache-tree.sh
b/t/t0090-cache-tree.sh
index 158cf4f03b63cf4eb61901dd1e178b3d1d08467a..067f4c6e52abe86e952367d8cf576a80aa5139bd 100755
(executable)
--- 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()
{