Author: stefan2
Date: Tue Aug 19 12:56:08 2014
New Revision: 1618854
URL: http://svn.apache.org/r1618854
Log:
Follow-up to r1618848: Fix svnadmin tests.
* subversion/tests/cmdline/svntest/main.py
(svnfsfs_binary): Look up at new location.
Modified:
subversion/trunk/subversion/tests/cmdline/svntest/main.py
Modified: subversion/trunk/subversion/tests/cmdline/svntest/main.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svntest/main.py?rev=1618854&r1=1618853&r2=1618854&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svntest/main.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svntest/main.py Tue Aug 19
12:56:08 2014
@@ -155,6 +155,7 @@ svnsync_binary = P('svnsync/svnsync')
svnversion_binary = P('svnversion/svnversion')
svndumpfilter_binary = P('svndumpfilter/svndumpfilter')
svnmucc_binary = P('svnmucc/svnmucc')
+svnfsfs_binary = P('svnfsfs/svnfsfs')
entriesdump_binary = P('tests/cmdline/entries-dump')
lock_helper_binary = P('tests/cmdline/lock-helper')
atomic_ra_revprop_change_binary = P('tests/cmdline/atomic-ra-revprop-change')
@@ -171,14 +172,6 @@ svnauthz_validate_binary = os.path.abspa
'../../../tools/server-side/svnauthz-validate' + _exe
)
-######################################################################
-# The location of svnfsfs binary, relative to the only scripts that
-# import this file right now (they live in ../).
-# Use --tools to overide these defaults.
-svnfsfs_binary = os.path.abspath(
- '../../../tools/server-side/svnfsfs/svnfsfs' + _exe
-)
-
# Location to the pristine repository, will be calculated from test_area_url
# when we know what the user specified for --url.
pristine_greek_repos_url = None