summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-11-06 02:56:36 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-11-06 02:56:36 +0000
commitd1d7dfef9b0bbe1941c1c03c36c3d60901695c2c (patch)
treeed068bcad6478696b69f8d6a947e803f0827828d /test
parent5e1e27fb128886d0b796cfeeb5ca3998a0fa73a7 (diff)
downloadlibapr-d1d7dfef9b0bbe1941c1c03c36c3d60901695c2c.tar.gz
Leftover cut-n-paste junk noted by Lucian Adrian Grijincu <lucian.grijincu gmail.com>
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@592232 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/testdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdir.c b/test/testdir.c
index 7cdc4bbff..85151d659 100644
--- a/test/testdir.c
+++ b/test/testdir.c
@@ -236,7 +236,7 @@ static void test_rmkdir_nocwd(abts_case *tc, void *data)
APR_ASSERT_SUCCESS(tc, "restore cwd", apr_filepath_set(cwd, p));
- APR_ASSERT_SUCCESS(tc, "remove cwd", rv = apr_dir_remove(path, p));
+ APR_ASSERT_SUCCESS(tc, "remove cwd", apr_dir_remove(path, p));
}