From cdfb4ab1a3c60bf699b8d77618ec9bdf526cdb35 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 30 Nov 2015 17:33:00 +0000 Subject: Run autopkgtest tests using autodep8 and the pkg-perl team's infrastructure --- t/wellformed.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/wellformed.t') 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;}; -- cgit v1.2.3