2006-02-18 12:28:36 by steve
Updated the configuration file so out test case passes.
This commit is contained in:
@@ -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:
|
||||
#
|
||||
##
|
||||
|
||||
@@ -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'" );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user