summaryrefslogtreecommitdiff
path: root/src/test/test-async.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-12-22 13:19:56 +0100
committerLennart Poettering <lennart@poettering.net>2017-12-25 11:48:21 +0100
commitd00c2631435726b89f55de0510f3ea0133a335b6 (patch)
tree5bad19e8da03db6c2f4a7ebf61c3e42a9105989a /src/test/test-async.c
parent4c253ed1cae8b4df72ce1353ee826a4fae399e25 (diff)
downloadsystemd-d00c2631435726b89f55de0510f3ea0133a335b6.tar.gz
shutdown: unify shutdown.c's and async.c's sync() helper process
The helper processes are pretty much the same now, let's unify them hence.
Diffstat (limited to 'src/test/test-async.c')
-rw-r--r--src/test/test-async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-async.c b/src/test/test-async.c
index 2055ce25bf..87906b2e25 100644
--- a/src/test/test-async.c
+++ b/src/test/test-async.c
@@ -43,7 +43,7 @@ int main(int argc, char *argv[]) {
assert_se(asynchronous_job(async_func, NULL) >= 0);
- assert_se(asynchronous_sync() >= 0);
+ assert_se(asynchronous_sync(NULL) >= 0);
sleep(1);