aboutsummaryrefslogtreecommitdiffstats
path: root/t/parse.t
diff options
context:
space:
mode:
Diffstat (limited to 't/parse.t')
-rw-r--r--t/parse.t7
1 files changed, 6 insertions, 1 deletions
diff --git a/t/parse.t b/t/parse.t
index 6d80265..6ebe8fe 100644
--- a/t/parse.t
+++ b/t/parse.t
@@ -3,10 +3,15 @@
use strict;
use warnings;
-use Test::More tests => 41;
+use Test::More;
use MDV::Packdrakeng;
use URPM;
use URPM::Build;
+if (`uname -a` =~ /BSD/i) {
+ plan skip_all => "*BSD fails those";
+} else {
+ plan tests => 41;
+}
chdir 't' if -d 't';