summaryrefslogtreecommitdiff
path: root/test/testnames.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-07-24 04:27:27 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-07-24 04:27:27 +0000
commit9ded776deae227276d2460187cae0718aac32524 (patch)
tree184fb163fe3d8390f74fb339069172e752b5d2fd /test/testnames.c
parent27d11ee6ea4814fb060f72201837efe78dd1a37e (diff)
downloadapr-9ded776deae227276d2460187cae0718aac32524.tar.gz
Revert my last commit. I've determined that data becomes data, while
data/ remains data/. ../../.. should observe the same behavior, so this is effectively a bug, even if it has no negative impact. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@424900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testnames.c')
-rw-r--r--test/testnames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testnames.c b/test/testnames.c
index 28a3070fc..c888af5a3 100644
--- a/test/testnames.c
+++ b/test/testnames.c
@@ -100,7 +100,7 @@ static void merge_dotdot_dotdot_dotdot(abts_case *tc, void *data)
"../../..", APR_FILEPATH_TRUENAME, p);
ABTS_PTR_NOTNULL(tc, dstpath);
ABTS_INT_EQUAL(tc, APR_SUCCESS, rv);
- ABTS_STR_EQUAL(tc, "../../../", dstpath);
+ ABTS_STR_EQUAL(tc, "../../..", dstpath);
rv = apr_filepath_merge(&dstpath, "",
"../../../", APR_FILEPATH_TRUENAME, p);