Skip to content
Snippets Groups Projects
Commit 1239a979 authored by Russell Bryant's avatar Russell Bryant
Browse files

Re-enable test_time on non-Linux.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@252849 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5f3730df
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment