diff --git a/test/bug.628.t b/test/bug.628.t index 5b7af583e..3f84d3d7e 100755 --- a/test/bug.628.t +++ b/test/bug.628.t @@ -47,7 +47,7 @@ qx{../src/task rc:bug.rc add wait:"Wed Jan 01 2020" A buggy task}; # Result: Immediately delete the created task my $output = qx{../src/task rc:bug.rc waiting}; -like ($output, qr/1\/1\/2020/ms, 'a b D Y ateformat correctly parsed.'); +like ($output, qr/1\/1\/2020/ms, 'a b D Y dateformat correctly parsed.'); # Cleanup. unlink 'pending.data';