diff options
Diffstat (limited to 'tests/atk_test_image.c')
-rw-r--r-- | tests/atk_test_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atk_test_image.c b/tests/atk_test_image.c index ce3bc3e..71d5af7 100644 --- a/tests/atk_test_image.c +++ b/tests/atk_test_image.c @@ -28,7 +28,7 @@ static void teardown_image_test (gpointer fixture, gconstpointer user_data) { - kill (child_pid, SIGTERM); + terminate_app (); } static void |