diff --git a/src/test/test-daemon.c b/src/test/test-daemon.c index b880521025..5d6c52374c 100644 --- a/src/test/test-daemon.c +++ b/src/test/test-daemon.c @@ -19,7 +19,7 @@ int main(int argc, char *argv[]) { if (argc >= 2) { unsigned x; - assert_se(safe_atou(argv[1], &x) >= 0); + ASSERT_OK(safe_atou(argv[1], &x)); duration = x * USEC_PER_SEC; }