summaryrefslogtreecommitdiff
path: root/t/t9603-cvsimport-patchsets.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-12 22:31:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-12-12 22:31:36 (GMT)
commitf54629e7b6472b2afae9946b9027cd3e7ee23126 (patch)
tree1544fc5f7cf25b93666927c41444bb059b00aebc /t/t9603-cvsimport-patchsets.sh
parentaa6bdbb62fd44ff45a871add60b5b104f9382f29 (diff)
parent880ef58b3d0e522bd3cfe49fc4b41b0a0ed33164 (diff)
downloadgit-f54629e7b6472b2afae9946b9027cd3e7ee23126.zip
git-f54629e7b6472b2afae9946b9027cd3e7ee23126.tar.gz
git-f54629e7b6472b2afae9946b9027cd3e7ee23126.tar.bz2
Merge branch 'jk/no-perl-tests'
Some tests that depend on perl lacked PERL prerequisite to protect them, breaking build with NO_PERL configuration. * jk/no-perl-tests: t960[34]: mark cvsimport tests as requiring perl t0090: mark add-interactive test with PERL prerequisite
Diffstat (limited to 't/t9603-cvsimport-patchsets.sh')
-rwxr-xr-xt/t9603-cvsimport-patchsets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9603-cvsimport-patchsets.sh b/t/t9603-cvsimport-patchsets.sh
index 52034c8..c4c3c49 100755
--- a/t/t9603-cvsimport-patchsets.sh
+++ b/t/t9603-cvsimport-patchsets.sh
@@ -16,7 +16,7 @@ test_description='git cvsimport testing for correct patchset estimation'
setup_cvs_test_repository t9603
-test_expect_failure 'import with criss cross times on revisions' '
+test_expect_failure PERL 'import with criss cross times on revisions' '
git cvsimport -p"-x" -C module-git module &&
(cd module-git &&