Bug Fix - #288
- 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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user