diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-16 17:54:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-16 17:54:34 +0000 |
commit | d43700c16990abd18a9af235d02d43df4c8adffc (patch) | |
tree | d170e398e9e8166b11a97bbf82803e48db0a19d4 /tests | |
parent | b02c170d2f936f02c334b63a3f56b1e178c823c6 (diff) | |
download | coreutils-d43700c16990abd18a9af235d02d43df4c8adffc.tar.xz |
whoops. Update expected output, too.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/date | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/date b/tests/misc/date index 97d529de9..a687b8add 100755 --- a/tests/misc/date +++ b/tests/misc/date @@ -246,7 +246,7 @@ my @Tests = # Solaris 5.9 prints 'WED DEC 08 07:30:00 1999', while # most others print 'WED DEC 8 07:30:00 1999'. {OUT_SUBST => 's/ [ 0]8.*//'}, - {OUT=>'WED DEC 8 07:30:00 1999'}], + {OUT=>'WED DEC'}], ); # Repeat the cross-dst test, using Jan 1, 2005 and every interval from 1..364. |