mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Removed misleadign comment.
This commit is contained in:
parent
94b47cddc0
commit
f6c422385b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ like ($output, qr/No matches./, "$ut: No matches");
|
||||||
ok (-r 'completed.data', "$ut: completed.data created");
|
ok (-r 'completed.data', "$ut: completed.data created");
|
||||||
|
|
||||||
$output = qx{../src/task rc:$rc info 1 2>&1 >/dev/null};
|
$output = qx{../src/task rc:$rc info 1 2>&1 >/dev/null};
|
||||||
like ($output, qr/No matches\./, "$ut: No matches"); # 10
|
like ($output, qr/No matches\./, "$ut: No matches");
|
||||||
|
|
||||||
# Add a task, delete it, and modify on the fly.
|
# Add a task, delete it, and modify on the fly.
|
||||||
qx{../src/task rc:$rc add one two 2>&1};
|
qx{../src/task rc:$rc add one two 2>&1};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue