summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tztest
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-13 20:02:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-13 20:02:45 +0000
commitdfd2947f80a0a5786bc7e7b33604534a7ebdd98d (patch)
tree5f4a9f204d77bda62cc13aadf3179a3168b8370e /testsuites/libtests/tztest
parentUpgrade to 4.7.99.1 (diff)
downloadrtems-dfd2947f80a0a5786bc7e7b33604534a7ebdd98d.tar.bz2
2007-03-13 Joel Sherrill <joel@OARcorp.com>
* tztest/init.c: Call tzset() even though it may be called for us implicitly along the way.
Diffstat (limited to 'testsuites/libtests/tztest')
-rw-r--r--testsuites/libtests/tztest/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/tztest/init.c b/testsuites/libtests/tztest/init.c
index 82d6c634b9..85711ad2eb 100644
--- a/testsuites/libtests/tztest/init.c
+++ b/testsuites/libtests/tztest/init.c
@@ -50,6 +50,8 @@ rtems_task Init(
setenv( "TZ", "CST6CDT,M 3.2.0,M 11.1.0", 1 );
+ tzset();
+
tztester();
puts( "*** END OF TIMEZONE TEST ***" );