Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
which came first, the chicken or the egg?
[git.ikiwiki.info.git]
/
t
/
cvs.t
diff --git
a/t/cvs.t
b/t/cvs.t
index 96359ab6e2a6bb9773af99179cf567da8732b3b1..5ed377ed5e7234b369cc456d814e4ceefb51266c 100755
(executable)
--- a/
t/cvs.t
+++ b/
t/cvs.t
@@
-8,11
+8,14
@@
BEGIN {
chomp $cvs;
my $cvsps=`which cvsps`;
chomp $cvsps;
chomp $cvs;
my $cvsps=`which cvsps`;
chomp $cvsps;
- if (! -x $cvs || ! -x $cvsps
|| ! mkdir($dir)
) {
+ if (! -x $cvs || ! -x $cvsps) {
eval q{
eval q{
- use Test::More skip_all => "cvs or cvsps not available
or could not make test dir
"
+ use Test::More skip_all => "cvs or cvsps not available"
}
}
}
}
+ if (! mkdir($dir)) {
+ die $@;
+ }
foreach my $module ('File::ReadBackwards', 'File::MimeInfo') {
eval qq{use $module};
if ($@) {
foreach my $module ('File::ReadBackwards', 'File::MimeInfo') {
eval qq{use $module};
if ($@) {