mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-26 02:30:35 +02:00
* tests/misc/date: Remove vestigial use of Data::Dumper.
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-2
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user