summaryrefslogtreecommitdiff
path: root/auto_tests/overflow_sendq_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/overflow_sendq_test.c')
-rw-r--r--auto_tests/overflow_sendq_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/overflow_sendq_test.c b/auto_tests/overflow_sendq_test.c
index ce132d63..e67da1cf 100644
--- a/auto_tests/overflow_sendq_test.c
+++ b/auto_tests/overflow_sendq_test.c
@@ -47,6 +47,6 @@ int main(void)
47{ 47{
48 setvbuf(stdout, nullptr, _IONBF, 0); 48 setvbuf(stdout, nullptr, _IONBF, 0);
49 49
50 run_auto_test(2, net_crypto_overflow_test); 50 run_auto_test(2, net_crypto_overflow_test, false);
51 return 0; 51 return 0;
52} 52}