Zdenek Sedlak wrote on Fri, Sep 30, 2016 at 15:46:07 +0200:
> How I can test if the Subversion 1.9.4 works correctly on RHEL 7? Red
> Hat stated that the bug should be fixed since httpd-2.4.6-39, but I need
> to confirm that.
Try:

cd subversion/tests/cmdline && ./davautocheck.sh basic special_paths_in_repos 
--bin=${PREFIX}/bin

That runs a single regression test; that test is annotated as expected
to fail when run against a mod_dav that doesn't have the PR55397 fix.

When you run that, "PASS" in green or "XPASS" in red means you don't
have the bug, and "XFAIL" in green or "FAIL" in red means you have the
bug.  ${PREFIX} is whatever you passed to configure --prefix, default
/usr/local.

This requires Python 2.7.

Cheers,

Daniel

Reply via email to