Skip to content

Commit 5a97639

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ea4f93e commit 5a97639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0090-cache-tree.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ test_expect_success 'second commit has cache-tree' '
131131
test_cache_tree
132132
'
133133

134-
test_expect_success 'commit --interactive gives cache-tree on partial commit' '
134+
test_expect_success PERL 'commit --interactive gives cache-tree on partial commit' '
135135
cat <<-\EOT >foo.c &&
136136
int foo()
137137
{

0 commit comments

Comments
 (0)