diff options
author | Jeff King <peff@peff.net> | 2014-11-18 12:29:32 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-18 10:16:09 -0800 |
commit | 880ef58b3d0e522bd3cfe49fc4b41b0a0ed33164 (patch) | |
tree | e808ca7380c32500045e9e92706ce96fd20b08d3 /t/t9603-cvsimport-patchsets.sh | |
parent | t0090: mark add-interactive test with PERL prerequisite (diff) | |
download | tgif-880ef58b3d0e522bd3cfe49fc4b41b0a0ed33164.tar.xz |
t960[34]: mark cvsimport tests as requiring perl
Git-cvsimport is written in perl, which understandably
causes the tests to fail if you build with NO_PERL (which
will avoid building cvsimport at all). The earlier cvsimport
tests in t9600-t9602 are all marked with a PERL
prerequisite, but these ones are not.
The one in t9603 was likely not noticed because it is an
expected failure anyway.
The ones in t9604 have been around for a long time, but it
is likely that the combination of NO_PERL and having cvsps
installed is rare enough that nobody noticed.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9603-cvsimport-patchsets.sh')
-rwxr-xr-x | t/t9603-cvsimport-patchsets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9603-cvsimport-patchsets.sh b/t/t9603-cvsimport-patchsets.sh index 52034c8f77..c4c3c49546 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 && |