fix no. of test to be ran
This commit is contained in:
committed by
Andrew Johnson
parent
f7f7443c4f
commit
38376b95ea
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user