aboutsummaryrefslogtreecommitdiffstats
path: root/test/run-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-test.c')
-rw-r--r--test/run-test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run-test.c b/test/run-test.c
index c779be7..fb5bcb4 100644
--- a/test/run-test.c
+++ b/test/run-test.c
@@ -183,6 +183,9 @@ static int run_test(const char *name, int expect_failure)
}
}
+ if (fgets(buf2, BUFSIZ, fpin2))
+ ret = 0;
+
if (fpin1)
fclose(fpin1);
if (fpin2)