mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
Unit Tests
- Removed 'sleep' commands that slow down the test suite unnecessarily, by replacing them with specific timestamps in pending.data.
This commit is contained in:
parent
eef39c3355
commit
7b3acbb81b
2 changed files with 88 additions and 86 deletions
|
@ -82,5 +82,5 @@ ok ($? == 0, "$ut: 2 info");
|
|||
like ($output, qr/invisible/ms, "$ut: task 2 visible");
|
||||
|
||||
# Cleanup.
|
||||
unlink qw(pending.data completed.data undo.data backlog.data wait.rc);
|
||||
unlink qw(pending.data completed.data undo.data backlog.data $rc);
|
||||
exit 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue