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
shortcuts: Use security-tracker.debian.org for [[!debcve]]
[git.ikiwiki.info.git]
/
t
/
wellformed.t
diff --git
a/t/wellformed.t
b/t/wellformed.t
index cee0ff3be1e8460eddb039896ed381799ae6d6c1..f57d3ca9ccd0ea90a5dbe0ec04af0873417ecd1a 100755
(executable)
--- a/
t/wellformed.t
+++ b/
t/wellformed.t
@@
-5,6
+5,8
@@
use Cwd qw();
use File::Find;
use Test::More;
+plan(skip_all => 'running installed') if $ENV{INSTALLED_TESTS};
+
plan(skip_all => "XML::Parser not available")
unless eval q{use XML::Parser (); 1;};