You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/09/10 11:47:26 UTC

svn commit: r1702200 - /subversion/trunk/subversion/tests/cmdline/update_tests.py

Author: rhuijben
Date: Thu Sep 10 09:47:25 2015
New Revision: 1702200

URL: http://svn.apache.org/r1702200
Log:
* subversion/tests/cmdline/update_tests.py
  Following up on r1702198 remove UTF-8 BOM.

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

Modified: subversion/trunk/subversion/tests/cmdline/update_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/update_tests.py?rev=1702200&r1=1702199&r2=1702200&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/update_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/update_tests.py Thu Sep 10 09:47:25 2015
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
 #
 #  update_tests.py:  testing update cases.
 #