diff --git a/test/bug.605.t.postponed b/test/bug.605.t similarity index 96% rename from test/bug.605.t.postponed rename to test/bug.605.t index 36429b9a8..27c9cef69 100755 --- a/test/bug.605.t.postponed +++ b/test/bug.605.t @@ -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.