mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Unit Tests
- Fixed typo in test.
This commit is contained in:
parent
e17dd13afd
commit
c5bde168c4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ qx{../src/task rc:$rc add wait:"Wed Jan 01 2030" A buggy task 2>&1};
|
||||||
|
|
||||||
# Result: Immediately delete the created task
|
# Result: Immediately delete the created task
|
||||||
my $output = qx{../src/task rc:$rc waiting 2>&1};
|
my $output = qx{../src/task rc:$rc waiting 2>&1};
|
||||||
like ($output, qr/Jan 01 2020/ms, "$ut: a b D Y dateformat correctly parsed.");
|
like ($output, qr/Jan 01 2030/ms, "$ut: a b D Y dateformat correctly parsed.");
|
||||||
|
|
||||||
# Cleanup.
|
# Cleanup.
|
||||||
unlink qw(pending.data completed.data undo.data backlog.data), $rc;
|
unlink qw(pending.data completed.data undo.data backlog.data), $rc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue