aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/regress/unittests/misc/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/regress/unittests/misc/tests.c')
-rw-r--r--crypto/openssh/regress/unittests/misc/tests.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/openssh/regress/unittests/misc/tests.c b/crypto/openssh/regress/unittests/misc/tests.c
index d52490e3b3ce..32699541413e 100644
--- a/crypto/openssh/regress/unittests/misc/tests.c
+++ b/crypto/openssh/regress/unittests/misc/tests.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tests.c,v 1.9 2022/02/04 07:53:44 dtucker Exp $ */
+/* $OpenBSD: tests.c,v 1.10 2023/01/06 02:59:50 djm Exp $ */
/*
* Regress test for misc helper functions.
*
@@ -26,6 +26,7 @@ void test_expand(void);
void test_argv(void);
void test_strdelim(void);
void test_hpdelim(void);
+void test_ptimeout(void);
void
tests(void)
@@ -36,4 +37,5 @@ tests(void)
test_argv();
test_strdelim();
test_hpdelim();
+ test_ptimeout();
}