aboutsummaryrefslogtreecommitdiffstats
path: root/t/rpmdb.t
diff options
context:
space:
mode:
Diffstat (limited to 't/rpmdb.t')
-rw-r--r--t/rpmdb.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/rpmdb.t b/t/rpmdb.t
index b9ffb5f..fd4db8f 100644
--- a/t/rpmdb.t
+++ b/t/rpmdb.t
@@ -4,8 +4,8 @@ use strict ;
use warnings ;
use Test::More;
use URPM;
-if (-e '/etc/debian_version') {
- plan skip_all => "Debian/Ubuntu do not have a system wide rpmdb";
+if (-e '/etc/debian_version' || `uname -a` =~ /BSD/i) {
+ plan skip_all => "*BSD/Debian/Ubuntu do not have a system wide rpmdb";
} else {
plan tests => 7;
}