From 930e695ea479cc58a47dd78edeaa045999185837 Mon Sep 17 00:00:00 2001 From: Cory Donnelly Date: Sun, 13 Feb 2011 18:09:05 -0500 Subject: [PATCH] Bug #628 - Unit test had noncritical spelling mistake (yes, I realize I have problems) --- test/bug.628.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';