diff --git a/trunk/src/or/test.c b/trunk/src/or/test.c index 844cc74288..17dee27ec0 100644 --- a/trunk/src/or/test.c +++ b/trunk/src/or/test.c @@ -512,7 +512,7 @@ test_util(void) { end.tv_sec = 4; - test_eq(0L, tv_udiff(&start, &end)); + test_eq(-1005000L, tv_udiff(&start, &end)); /* The test values here are confirmed to be correct on a platform * with a working timegm. */