From 38376b95ea9bfe3925de9b4342a02d7da948cdc8 Mon Sep 17 00:00:00 2001 From: Hinko Kocevar Date: Sun, 6 Apr 2025 16:25:10 +0200 Subject: [PATCH] fix no. of test to be ran --- modules/libcom/test/readlineTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libcom/test/readlineTest.c b/modules/libcom/test/readlineTest.c index 4e8b614da..5ce0c0627 100644 --- a/modules/libcom/test/readlineTest.c +++ b/modules/libcom/test/readlineTest.c @@ -20,7 +20,7 @@ MAIN(readlineTest) const char *input = ".." OSI_PATH_SEPARATOR "multiline-input.txt"; const char *expect = ".." OSI_PATH_SEPARATOR "multiline-expect.txt"; - testPlan(9); + testPlan(8); testDiag("open input file \"%s\"", input); FILE *fp_input = fopen(input, "r");