Author: jun66j5
Date: Sun Dec 31 09:12:18 2023
New Revision: 1915014

URL: http://svn.apache.org/viewvc?rev=1915014&view=rev
Log:
Follow-up to r1899721, fix failing getopt_tests.py 2 and 4 on macOS.

* subversion/tests/cmdline/getopt_tests.py
  (del_lines_res): Replace "Mac OS X" with "macOS" in the pattern.

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

Modified: subversion/trunk/subversion/tests/cmdline/getopt_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/getopt_tests.py?rev=1915014&r1=1915013&r2=1915014&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/getopt_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/getopt_tests.py Sun Dec 31 
09:12:18 2023
@@ -81,7 +81,7 @@ del_lines_res = [
                  re.compile(r"\* Plaintext cache.*"),
                  re.compile(r"\* Gnome Keyring"),
                  re.compile(r"\* GPG-Agent"),
-                 re.compile(r"\* Mac OS X Keychain"),
+                 re.compile(r"\* macOS Keychain"),
                  re.compile(r"\* KWallet \(KDE\)"),
                 ]
 


Reply via email to