mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- The bug.uuid.t test was relying on 'stats' to perform a GC, which is no longer true.
This commit is contained in:
parent
a297756ff0
commit
22e39538c7
3 changed files with 11 additions and 28 deletions
|
@ -58,7 +58,7 @@ like ($output, qr/No matches./, 'No matches');
|
|||
ok (-r 'completed.data', 'completed.data created');
|
||||
|
||||
$output = qx{../src/task rc:delete.rc info 1};
|
||||
like ($output, qr/No matches\./, 'No matches');
|
||||
like ($output, qr/No matches\./, 'No matches'); # 10
|
||||
|
||||
# Add a task, delete it, and modify on the fly.
|
||||
qx{../src/task rc:delete.rc add one two};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue