Author: dsahlberg
Date: Sun Oct  8 19:07:58 2023
New Revision: 1912826

URL: http://svn.apache.org/viewvc?rev=1912826&view=rev
Log:
Follow-up to r1909127, copy_tests.py 17 would fail if there was
a symlink in the path to the svn-test-work directory.

* subversion/tests/cmdline/copy_tests.py
  (wc_move_parent_into_child): Use absolute paths when calling the svn command.

Discussed: https://lists.apache.org/thread/wzqmkxkcc3nd8qonor7pzry84vgrxrb5

Reported by: hartmannathan
Suggested by: futatuki

Modified:
    subversion/trunk/subversion/tests/cmdline/copy_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/copy_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/copy_tests.py?rev=1912826&r1=1912825&r2=1912826&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Sun Oct  8 19:07:58 
2023
@@ -1296,7 +1296,7 @@ def wc_move_parent_into_child(sbox):
                    "child '%s'" % (re.escape(from_path), re.escape(to_path))
   svntest.actions.run_and_verify_svn(None, expected_error,
                                      'mv',
-                                     '.', 'F/B')
+                                     from_path, to_path)
 
   os.chdir(was_cwd)
 


Reply via email to