From 052282b2d174632c62327a1ccd2d839e8ab3ec9e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 12 Sep 2024 06:59:59 +0200 Subject: Merging upstream version 1.7.5. Signed-off-by: Daniel Baumann --- test/testproc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/testproc.c') diff --git a/test/testproc.c b/test/testproc.c index 096ecfd..3c32465 100644 --- a/test/testproc.c +++ b/test/testproc.c @@ -65,6 +65,9 @@ static void test_create_proc(abts_case *tc, void *data) ABTS_INT_EQUAL(tc, APR_SUCCESS, rv); ABTS_SIZE_EQUAL(tc, strlen(TESTSTR), length); + rv = apr_file_close(testfile); + ABTS_INT_EQUAL(tc, APR_SUCCESS, rv); + testfile = newproc.out; length = 256; buf = apr_pcalloc(p, length); -- cgit v1.2.3