[xen-tools-dev] [PATCH 08/13] Debootstrap only exists on Debian and Ubuntu
Stéphane Jourdois
sjourdois at gmail.com
Sun Jul 18 18:23:03 CEST 2010
Do not fail this test on other distribs.
---
t/programs.t | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/t/programs.t b/t/programs.t
index ae7126e..9eb1180 100755
--- a/t/programs.t
+++ b/t/programs.t
@@ -12,12 +12,13 @@ use Test::More qw( no_plan );
#
# Files that we want to use.
#
-my @required = qw( /usr/sbin/debootstrap /bin/ls /bin/dd /bin/mount /bin/cp /bin/tar );
+my @required = qw( /bin/ls /bin/dd /bin/mount /bin/cp /bin/tar );
#
# Files that we might wish to use.
#
-my @optional = qw( /usr/bin/rpmstrap /usr/sbin/xm /sbin/mkfs.ext3 /sbin/mkfs.xfs/sbin/mkfs.reiserfs );
+my @optional = qw( /usr/sbin/debootstrap /usr/bin/rpmstrap /usr/sbin/xm
+ /sbin/mkfs.ext3 /sbin/mkfs.xfs/sbin/mkfs.reiserfs );
--
1.7.1.1
More information about the xen-tools-dev
mailing list