aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/parse.t10
1 files changed, 1 insertions, 9 deletions
diff --git a/t/parse.t b/t/parse.t
index ace8553..9bcc24c 100644
--- a/t/parse.t
+++ b/t/parse.t
@@ -4,16 +4,8 @@
use strict;
use warnings;
-
-BEGIN {
- eval { require Packdrakeng };
- if ($@) {
- print "1..0 # SKIP: no Packdrakeng here\n";
- exit 0;
- }
-}
-
use Test::More tests => 24;
+use MDV::Packdrakeng;
use URPM;
use URPM::Build;
use URPM::Query;