From f770866ec5e3047ce4d21ad035a5a550f184aa33 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sat, 29 Sep 2007 09:06:29 -0700 Subject: [PATCH] Removing wrongly commited ifdef. Grrrrr.... if I call quit, then mecurial should abort commits. --- tests/test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test.c b/tests/test.c index 4ce1fb91..c60b4810 100644 --- a/tests/test.c +++ b/tests/test.c @@ -541,7 +541,6 @@ int main(int argc, char *argv[]) { /* Clean the server before beginning testing */ flush_test(); -#ifdef CRAP init_test(); allocation_test(); connection_test(); @@ -555,7 +554,6 @@ int main(int argc, char *argv[]) get_test(); get_test2(); get_test3(); -#endif get_test4(); stats_servername_test(); -- 2.30.2