mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
d4910f65eb
commit
1d80a2ebdc
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ use Test::More tests => 17;
|
|||
if (open my $fh, '>', 'default.rc')
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"default.command=rc:default.rc list\n",
|
||||
"default.command=list\n",
|
||||
"default.project=PROJECT\n",
|
||||
"default.priority=M\n";
|
||||
close $fh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue