diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-03 10:28:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-03 10:28:51 +0000 |
commit | 4396edc12eba4034cd5f57de6529f41a29d069b5 (patch) | |
tree | 286a3317e0a86a7dc5e7d5ac2cfeb1d926fd4eaa /tests/date | |
parent | 442d670b3af711ea82755676392acb83abeb540a (diff) | |
download | coreutils-4396edc12eba4034cd5f57de6529f41a29d069b5.tar.xz |
(test_vector): Remove bogus TZ=GMT environment setting.
Diffstat (limited to 'tests/date')
-rw-r--r-- | tests/date/Test.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/date/Test.pm b/tests/date/Test.pm index d83240b49..9bf204e25 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -94,9 +94,6 @@ sub test_vector # Append a newline to end of each expected string. push (@tv, [$test_name, $flags, $in, "$exp\n", $ret]); } - # Verify that the test-script generation code properly handles - # per-test overrides. - $Test::env{9} = ['LANG=C TZ=GMT']; return @tv; } |