From: Jim Meyering Date: Tue, 22 Feb 2000 20:13:38 +0000 (+0000) Subject: fix typo X-Git-Tag: FILEUTILS-4_0q~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a849cac5b58b49a76b50dfdccf36e0f822135187;p=thirdparty%2Fcoreutils.git fix typo --- diff --git a/tests/date/Test.pm b/tests/date/Test.pm index 24193106f8..a910dcfc5a 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -116,7 +116,7 @@ sub test_vector ['regress-1', "-u -d '1996-11-10 0:00:00 +0' $fmt", {}, "1996-11-10 00:00:00", 0], - ['datevtime-1', "000909 +0' $fmt", {}, "2000-09-09 00:00:00", 0], + ['datevtime-1', "-d 000909 $fmt", {}, "2000-09-09 00:00:00", 0], # FIXME: add a lot more... );