aboutsummaryrefslogtreecommitdiff
path: root/t/wellformed.t
diff options
context:
space:
mode:
Diffstat (limited to 't/wellformed.t')
-rwxr-xr-xt/wellformed.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/wellformed.t b/t/wellformed.t
index cee0ff3be..f57d3ca9c 100755
--- 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;};