]> granicus.if.org Git - libevent/commitdiff
Somehow free_active_base was using the socketpair, but not saying it needed it. ...
authorNick Mathewson <nickm@torproject.org>
Thu, 23 Apr 2009 00:00:55 +0000 (00:00 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 23 Apr 2009 00:00:55 +0000 (00:00 +0000)
svn:r1223

test/regress.c

index 0a4264138b4eeb1aa4579f5b75eed456fc828dbd..470b7d9794cbc8c4f7199dd6cf4643dd3dbce571 100644 (file)
@@ -1599,7 +1599,7 @@ struct testcase_t main_testcases[] = {
         LEGACY(persistent_timeout, TT_FORK|TT_NEED_BASE),
         LEGACY(priorities, TT_FORK|TT_NEED_BASE),
 
-        LEGACY(free_active_base, TT_FORK|TT_NEED_BASE),
+        LEGACY(free_active_base, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR),
         LEGACY(event_base_new, TT_FORK|TT_NEED_SOCKETPAIR),
 
         /* These legacy tests may not all need all of these flags. */