From: Jim Meyering Date: Wed, 21 Feb 2007 16:26:32 +0000 (+0100) Subject: * tests/misc/date: Remove vestigial use of Data::Dumper. X-Git-Tag: COREUTILS-6_8~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a35825dcf958c6d43cb54943eef1abbfd00090;p=thirdparty%2Fcoreutils.git * tests/misc/date: Remove vestigial use of Data::Dumper. --- diff --git a/ChangeLog b/ChangeLog index 23d7d6aba8..d0d0fda947 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-21 Jim Meyering + + * tests/misc/date: Remove vestigial use of Data::Dumper. + 2007-02-20 Paul Eggert * src/copy.c (cached_umask): Cast -1 to mode_t to avoid a warning diff --git a/tests/misc/date b/tests/misc/date index b9b253df3c..0ff834552f 100755 --- a/tests/misc/date +++ b/tests/misc/date @@ -1,7 +1,7 @@ #!/bin/sh # Test "date". -# Copyright (C) 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2005-2007 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -296,7 +296,6 @@ foreach my $i (1..364) {ENV_DEL => 'TZ'}, ]; } -use Data::Dumper; # Append "\n" to each OUT=> RHS if the expected exit value is either # zero or not specified (defaults to zero).