t960[34]: mark cvsimport tests as requiring perl
commit880ef58b3d0e522bd3cfe49fc4b41b0a0ed33164
authorJeff King <peff@peff.net>
Tue, 18 Nov 2014 17:29:32 +0000 (18 12:29 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Nov 2014 18:16:09 +0000 (18 10:16 -0800)
treee808ca7380c32500045e9e92706ce96fd20b08d3
parent5a97639b396a007a226308b6eceae5efb71c7500
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>
t/t9603-cvsimport-patchsets.sh
t/t9604-cvsimport-timestamps.sh