aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_time.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-28 18:18:43 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-28 18:18:43 +0000
commit945ccbb69099c3b9a4cd5cfdb679f4eb18f0b3d8 (patch)
tree297c8a9788fc502b35f3cb29edecfd4f49b924c2 /tests/test_time.c
parentc1992316ae7b98e191df106898b0ba26bbe1b56b (diff)
Solaris compatibility fixes
Review: https://reviewboard.asterisk.org/r/942/ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@289104 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests/test_time.c')
-rw-r--r--tests/test_time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_time.c b/tests/test_time.c
index 0fc778526..0fca0fd55 100644
--- a/tests/test_time.c
+++ b/tests/test_time.c
@@ -82,6 +82,7 @@ AST_TEST_DEFINE(test_timezone_watch)
ast_log(LOG_WARNING, "system(%s) returned non-zero: %d\n", syscmd, system_res);
}
ast_localtime_wakeup_monitor();
+ sched_yield();
ast_localtime(&tv, &atm[i], tzfile);
if (i != 0) {
if (atm[i].tm_hour == atm[i - 1].tm_hour) {