mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Test - bug.605.t
- Enabled the (failing) unit test, which now stands a chance of being fixed.
This commit is contained in:
parent
8af6d70685
commit
e403574c34
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if (open my $fh, '>', 'bug.rc')
|
|||
qx{../src/task rc:bug.rc add One project:p1};
|
||||
|
||||
# Delete the task and note the completion status of the project
|
||||
my $output = qx{echo '-- y' | ../src/task rc:bug.rc del 1};
|
||||
my $output = qx{echo '-- y' | ../src/task rc:bug.rc 1 del};
|
||||
like ($output, qr/is 100\% complete/ms, 'Empty project correctly reported as being 100% completed.');
|
||||
|
||||
# Cleanup.
|
Loading…
Add table
Add a link
Reference in a new issue