fix no. of test to be ran

This commit is contained in:
Hinko Kocevar
2025-04-06 16:25:10 +02:00
committed by Andrew Johnson
parent f7f7443c4f
commit 38376b95ea

View File

@@ -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");