1
0
mirror of synced 2026-01-31 13:32:04 +00:00

2006-02-18 12:28:36 by steve

Updated the configuration file so out test case passes.
This commit is contained in:
steve
2006-02-18 12:28:37 +00:00
parent be76424894
commit ab909cd04e
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -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'" );
}