- Fixed bug which failed to propagate rc overrides from the command
  line to the default command (thanks to Zach Frazier).
This commit is contained in:
Paul Beckingham 2009-09-06 16:27:28 -04:00
parent bdaa0f89d9
commit 53609b2837
5 changed files with 12 additions and 6 deletions

View file

@ -40,7 +40,7 @@ if (open my $fh, '>', 'basic.rc')
# Test the usage command.
my $output = qx{../task rc:basic.rc};
like ($output, qr/You must specify a command, or a task ID to modify/, 'missing command and ID');
like ($output, qr/You must specify a command, or a task ID to modify/m, 'missing command and ID');
# Test the version command.
$output = qx{../task rc:basic.rc version};