summaryrefslogtreecommitdiff
path: root/subversion/tests/libsvn_wc/op-depth-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/tests/libsvn_wc/op-depth-test.c')
-rw-r--r--subversion/tests/libsvn_wc/op-depth-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/tests/libsvn_wc/op-depth-test.c b/subversion/tests/libsvn_wc/op-depth-test.c
index 66e5928..84bd41c 100644
--- a/subversion/tests/libsvn_wc/op-depth-test.c
+++ b/subversion/tests/libsvn_wc/op-depth-test.c
@@ -1770,7 +1770,7 @@ test_db_make_copy(const svn_test_opts_t *opts, apr_pool_t *pool)
};
SVN_ERR(insert_dirs(&b, before));
- SVN_ERR(svn_wc__db_op_make_copy(b.wc_ctx->db, sbox_wc_path(&b, "A"),
+ SVN_ERR(svn_wc__db_op_make_copy(b.wc_ctx->db, sbox_wc_path(&b, "A"),
NULL, NULL, pool));
SVN_ERR(check_db_rows(&b, "", after));