aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-16 19:36:55 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-16 19:36:55 +0000
commitaf84850a19785693da4e151abd9ec48357fcc0e0 (patch)
tree015ee2d271f5ce957058df7e1fe07c8da521c171 /tests
parent9891580f119ef8921f7fb51f114cb681c9f4caf4 (diff)
Re-enable test_time on non-Linux.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@252849 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-rw-r--r--tests/test_time.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_time.c b/tests/test_time.c
index 41161310f..21e4f3836 100644
--- a/tests/test_time.c
+++ b/tests/test_time.c
@@ -64,14 +64,6 @@ AST_TEST_DEFINE(test_timezone_watch)
"Verifies that the caching engine properly destroys a timezone entry when its file is deleted.";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
-#ifndef __linux__
- /*!
- * \todo Fix this test for non-Linux
- *
- * https://reviewboard.asterisk.org/r/554/
- */
- return AST_TEST_NOT_RUN;
-#endif
break;
}