Unit Tests - default.t
- The fix to bug #322 means the way default commands are specified is now a little different. If the command "task rc:x" is run, the default command no longer needs to also include "rc:x".
This commit is contained in:
@@ -34,7 +34,7 @@ use Test::More tests => 17;
|
|||||||
if (open my $fh, '>', 'default.rc')
|
if (open my $fh, '>', 'default.rc')
|
||||||
{
|
{
|
||||||
print $fh "data.location=.\n",
|
print $fh "data.location=.\n",
|
||||||
"default.command=rc:default.rc list\n",
|
"default.command=list\n",
|
||||||
"default.project=PROJECT\n",
|
"default.project=PROJECT\n",
|
||||||
"default.priority=M\n";
|
"default.priority=M\n";
|
||||||
close $fh;
|
close $fh;
|
||||||
|
|||||||
Reference in New Issue
Block a user