From 4fbc847dc48313ec3d4893ca0a4768c9b16b4cc6 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 9 Jun 2006 22:03:30 +0000 Subject: [PATCH] 2006-06-09 22:03:29 by steve Allow the documentation test(s) to succeed. --- etc/xen-tools.conf | 3 --- tests/argument-check.t | 5 ++--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index 830b5c5..85e7656 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -7,9 +7,6 @@ # command line. # # -# For example setting 'fs = ext3' in the file is equivilent to -# specifying '--fs=ext3' on the command line. -# # Steve # -- # diff --git a/tests/argument-check.t b/tests/argument-check.t index 32daf6a..44686ae 100644 --- a/tests/argument-check.t +++ b/tests/argument-check.t @@ -5,12 +5,11 @@ # # Steve # -- -# $Id: argument-check.t,v 1.3 2006-06-09 15:12:33 steve Exp $ +# $Id: argument-check.t,v 1.4 2006-06-09 22:03:30 steve Exp $ # use strict; -#use Test::More qw( no_plan ); -use Test::More skip_all => "ALl tests skipped documentation is known to be sub-par"; +use Test::More qw( no_plan ); # # Open and parse the xen-tools.conf configuration file.