1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00
This commit is contained in:
Jim Meyering
2000-02-22 20:13:38 +00:00
parent d63f6d17dd
commit a849cac5b5
+1 -1
View File
@@ -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...
);