You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/03/11 17:04:14 UTC

svn commit: r1665919 - /subversion/trunk/subversion/tests/cmdline/basic_tests.py

Author: stsp
Date: Wed Mar 11 16:04:14 2015
New Revision: 1665919

URL: http://svn.apache.org/r1665919
Log:
* subversion/tests/cmdline/basic_tests.py
  (plaintext_password_storage_disabled): Pass --non-interactive to 'svn'.

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

Modified: subversion/trunk/subversion/tests/cmdline/basic_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/basic_tests.py?rev=1665919&r1=1665918&r2=1665919&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/basic_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/basic_tests.py Wed Mar 11 16:04:14 2015
@@ -3100,7 +3100,7 @@ def plaintext_password_storage_disabled(
     "-m", "committing with plaintext password storage disabled",
     "--username", svntest.main.wc_author,
     "--password", svntest.main.wc_passwd,
-    wc_dir)
+    "--non-interactive", wc_dir)
 
   # Verify that the password was not stored in plaintext
   for root, dirs, files, in os.walk(os.path.join(config_dir_path, "auth")):