mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-11 14:54:27 -05:00
putenv more portable
git-svn-id: file:///svn/unbound/trunk@2195 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
3070cf38f0
commit
d437ccb141
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ main(int argc, char* argv[])
|
|||
struct replay_scenario* scen = NULL;
|
||||
|
||||
/* we do not want the test to depend on the timezone */
|
||||
(void)setenv("TZ", "UTC", 1);
|
||||
(void)putenv("TZ=UTC");
|
||||
|
||||
log_init(NULL, 0, NULL);
|
||||
log_info("Start of %s testbound program.", PACKAGE_STRING);
|
||||
|
|
|
|||
Loading…
Reference in a new issue