aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_http_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rspamd_http_test.c')
-rw-r--r--test/rspamd_http_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_http_test.c b/test/rspamd_http_test.c
index cdcfef967..77b71cee6 100644
--- a/test/rspamd_http_test.c
+++ b/test/rspamd_http_test.c
@@ -264,5 +264,5 @@ rspamd_http_test_func (void)
close (fd);
unlink (filepath);
- kill (sfd, SIGKILL);
+ kill (sfd, SIGTERM);
}