mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Code Cleanup
- Fixed typo in unit test
This commit is contained in:
parent
59a014d866
commit
6e956b45ad
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (open my $fh, '>', 'nag.rc')
|
|||
print $fh "data.location=.\n",
|
||||
"nag=NAG\n";
|
||||
close $fh;
|
||||
ok (-r 'nag.rc', 'Created add.rc');
|
||||
ok (-r 'nag.rc', 'Created nag.rc');
|
||||
}
|
||||
|
||||
my $setup = "../task rc:nag.rc add due:yesterday one;"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue