X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_net_test.c;h=85ec83c9efb675aae909e6134b2637ee2798fae8;hb=90ede04df3cf5701ec929709323fea0fee3ca941;hp=aede0d6c00d2fd4ee0be1ca0145ed277848e5c70;hpb=8ade561fc2cea61f241d34d6e69b532081ac6752;p=sysdb.git diff --git a/t/libsysdb_net_test.c b/t/libsysdb_net_test.c index aede0d6..85ec83c 100644 --- a/t/libsysdb_net_test.c +++ b/t/libsysdb_net_test.c @@ -29,10 +29,15 @@ * testing component involving networking operations */ +#if HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + #include "libsysdb_test.h" #include #include +#include int main(void) @@ -48,6 +53,8 @@ main(void) #endif /* HAVE_FOPENCOOKIE */ }; + putenv("TZ=UTC"); + for (i = 0; i < SDB_STATIC_ARRAY_LEN(creators); ++i) { SRunner *sr; Suite *s;