On Thu, Oct 08, 2020 at 03:24:33PM +0200, Johan Corveleyn wrote: > > Modified: > > subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c > > URL: > > http://svn.apache.org/viewvc/subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c?rev=1882318&r1=1882317&r2=1882318&view=diff > > ============================================================================== > > --- subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c > > (original) > > +++ subversion/branches/1.14.x/subversion/tests/libsvn_repos/repos-test.c > > Thu Oct 8 11:55:19 2020 > > @@ -1641,6 +1641,9 @@ test_authz_prefixes(apr_pool_t *pool) > > contents = apr_psprintf(iterpool, contents_format, > > glob1, repo1, test_path, > > glob2, repo2, test_path); > > + fprintf(stderr, "testing authz %d:\n[[[\n", combi); > > + fprintf(stderr, "%s", contents); > > + fprintf(stderr, "]]]\n"); > > ^ scalpel ?
Indeed. Reverted now. Thanks for spotting this :)