1
0
mirror of synced 2026-01-25 19:36:27 +00:00

2006-06-09 22:03:29 by steve

Allow the documentation test(s) to succeed.
This commit is contained in:
steve
2006-06-09 22:03:30 +00:00
parent 022eecd1d2
commit 4fbc847dc4
2 changed files with 2 additions and 6 deletions

View File

@@ -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
# --
#

View File

@@ -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.