From ab909cd04ec2326a67a5e5a22f27f6d2dd0a0ee4 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 18 Feb 2006 12:28:37 +0000 Subject: [PATCH] 2006-02-18 12:28:36 by steve Updated the configuration file so out test case passes. --- etc/xen-tools.conf | 4 ++-- tests/argument-check.t | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index 2e4ccc1..2e35e07 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -10,7 +10,7 @@ # --fs=ext3 becomes 'fs = ext3'. # # -# $Id: xen-tools.conf,v 1.16 2006-02-18 12:24:59 steve Exp $ +# $Id: xen-tools.conf,v 1.17 2006-02-18 12:28:36 steve Exp $ # @@ -22,7 +22,7 @@ ## # If you don't wish to use loopback images, stored beneath the directory -# specified above with 'dir = ??' then you may give an LVM volume name +# specified above with 'dir' then you may give an LVM volume name # instead: # ## diff --git a/tests/argument-check.t b/tests/argument-check.t index 210058c..4012b13 100644 --- a/tests/argument-check.t +++ b/tests/argument-check.t @@ -5,7 +5,7 @@ # # Steve # -- -# $Id: argument-check.t,v 1.1 2006-01-09 21:56:04 steve Exp $ +# $Id: argument-check.t,v 1.2 2006-02-18 12:28:37 steve Exp $ # use strict; @@ -46,7 +46,7 @@ foreach my $key ( sort keys %OPTIONS ) } } - is( $found, 1 , " Found documentation for $key" ); + is( $found, 1 , " Found documentation for '$key'" ); }