summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-21 17:26:32 +0100
committerJim Meyering <jim@meyering.net>2007-02-21 17:26:32 +0100
commit45a35825dcf958c6d43cb54943eef1abbfd00090 (patch)
tree799b3f886da07833d85a2d8ac3ae75613f02616e /tests
parentcc388d140c15c5b524124d4f96539b80385e5e06 (diff)
downloadcoreutils-45a35825dcf958c6d43cb54943eef1abbfd00090.tar.xz
* tests/misc/date: Remove vestigial use of Data::Dumper.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/date3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/misc/date b/tests/misc/date
index b9b253df3..0ff834552 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).