Enhancement
- 'print.empty.columns' now defaults to 'no'. - Unit tests are updated accordingly.
This commit is contained in:
committed by
Paul Beckingham
parent
0bcb22f8e4
commit
089b3e7d66
@@ -35,6 +35,7 @@ if (open my $fh, '>', 'verbose.rc')
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"echo.command=off\n";
|
||||
print $fh "print.empty.columns=yes\n";
|
||||
close $fh;
|
||||
ok (-r 'verbose.rc', 'Created verbose.rc');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user