- Polished journal messages
This commit is contained in:
Cory Donnelly
2011-03-14 21:35:51 -04:00
parent 18f82c1207
commit d3447165c8
3 changed files with 21 additions and 21 deletions

View File

@@ -49,7 +49,7 @@ qx{../src/task rc:bug.rc done 1};
# Check to ensure task was stopped
my $output = qx{../src/task rc:bug.rc info 1};
like ($output, qr/end set to/ms, 'Done command also stops started task.');
like ($output, qr/End set to/ms, 'Done command also stops started task.');
# Cleanup.
unlink 'pending.data';