summaryrefslogtreecommitdiff
path: root/srclib/apr/test/testenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'srclib/apr/test/testenv.c')
-rw-r--r--srclib/apr/test/testenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/apr/test/testenv.c b/srclib/apr/test/testenv.c
index d292c26e..f5a74c38 100644
--- a/srclib/apr/test/testenv.c
+++ b/srclib/apr/test/testenv.c
@@ -103,7 +103,7 @@ static void test_emptyenv(abts_case *tc, void *data)
ABTS_STR_EQUAL(tc, "", value);
if (!have_env_del) {
- ABTS_NOT_IMPL(tc, "apr_env_del (skip recycle test_emptyenv)");
+ ABTS_NOT_IMPL(tc, "apr_env (skip recycle test_emptyenv)");
return;
}
/** Delete and retest */