summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/tests/ntpd/run-rc_cmdlength.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/tests/ntpd/run-rc_cmdlength.c')
-rw-r--r--contrib/ntp/tests/ntpd/run-rc_cmdlength.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ntp/tests/ntpd/run-rc_cmdlength.c b/contrib/ntp/tests/ntpd/run-rc_cmdlength.c
index c6fb7cc..927a45e 100644
--- a/contrib/ntp/tests/ntpd/run-rc_cmdlength.c
+++ b/contrib/ntp/tests/ntpd/run-rc_cmdlength.c
@@ -26,6 +26,7 @@
#include "ntp.h"
#include "ntp_calendar.h"
#include "ntp_stdlib.h"
+#include "rc_cmdlength.h"
#include "test-libntp.h"
#include <string.h>
@@ -51,7 +52,7 @@ int main(int argc, char *argv[])
{
progname = argv[0];
UnityBegin("rc_cmdlength.c");
- RUN_TEST(test_EvaluateCommandLength, 15);
+ RUN_TEST(test_EvaluateCommandLength, 16);
return (UnityEnd());
}
OpenPOWER on IntegriCloud