mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Unit Tests
- Removed diagnostic output that is no longer needed.
This commit is contained in:
parent
877c6fae9e
commit
67d85b484b
1 changed files with 0 additions and 3 deletions
|
@ -80,9 +80,6 @@ qx{../src/task rc:$rc 4 annotate note 2>&1};
|
||||||
qx{../src/task rc:$rc add blocked depends:1 2>&1};
|
qx{../src/task rc:$rc add blocked depends:1 2>&1};
|
||||||
qx{../src/task rc:$rc add due_eom due:eom 2>&1};
|
qx{../src/task rc:$rc add due_eom due:eom 2>&1};
|
||||||
qx{../src/task rc:$rc add due_eow due:eow 2>&1};
|
qx{../src/task rc:$rc add due_eow due:eow 2>&1};
|
||||||
diag ('---');
|
|
||||||
diag (qx{../src/task rc:$rc all 2>&1});
|
|
||||||
diag ('---');
|
|
||||||
|
|
||||||
$output = qx{../src/task rc:$rc +COMPLETED all};
|
$output = qx{../src/task rc:$rc +COMPLETED all};
|
||||||
like ($output, qr/completed/, "$ut: +COMPLETED");
|
like ($output, qr/completed/, "$ut: +COMPLETED");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue