Code Cleanup

- Fixed typo in unit test
This commit is contained in:
Paul Beckingham 2009-03-02 00:44:28 -05:00
parent 59a014d866
commit 6e956b45ad

View file

@ -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;"