projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
442d670
)
(test_vector): Remove bogus TZ=GMT environment setting.
author
Jim Meyering
<jim@meyering.net>
Thu, 3 Jul 1997 10:28:51 +0000
(10:28 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 3 Jul 1997 10:28:51 +0000
(10:28 +0000)
tests/date/Test.pm
patch
|
blob
|
history
diff --git
a/tests/date/Test.pm
b/tests/date/Test.pm
index d83240b492df03447410d97b9a4068e18ccaa645..9bf204e2546400d28606911416b956b0e793c819 100644
(file)
--- 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;
}