]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* tests/misc/date: Remove vestigial use of Data::Dumper.
authorJim Meyering <jim@meyering.net>
Wed, 21 Feb 2007 16:26:32 +0000 (17:26 +0100)
committerJim Meyering <jim@meyering.net>
Wed, 21 Feb 2007 16:26:32 +0000 (17:26 +0100)
ChangeLog
tests/misc/date

index 23d7d6aba82f022cc2e7c02f96cdfccfa1501225..d0d0fda947912cd750082b3e11c0d0926f08b23a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-21  Jim Meyering  <jim@meyering.net>
+
+       * tests/misc/date: Remove vestigial use of Data::Dumper.
+
 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
 
        * src/copy.c (cached_umask): Cast -1 to mode_t to avoid a warning
index b9b253df3c3fbe42273b03891608a17d9c74d4b4..0ff834552f9a876091d0a07addb74925a7c60046 100755 (executable)
@@ -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).