Unit Tests

- Added rc.confirmation=off to unit tests to bypass the new, stringent
  confirmation rules.
This commit is contained in:
Paul Beckingham 2011-10-14 03:04:16 -04:00
parent 75571a47de
commit f04304d24b
8 changed files with 17 additions and 9 deletions

View file

@ -33,7 +33,8 @@ use Test::More tests => 8;
# Create the rc file.
if (open my $fh, '>', '425.rc')
{
print $fh "data.location=.";
print $fh "data.location=.\n",
"confirmation=off\n";
close $fh;
ok (-r '425.rc', 'Created 425.rc');