summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2020-01-12 23:25:01 -0800
committerJames McCoy <jamessan@debian.org>2020-01-18 22:43:33 -0500
commit6196c3e30966fee3f58663eeeaae6d39d306b5c7 (patch)
treea58cda857c576d161473b0691dca3fd7b2a94ed7
parent5413d8170df9056df4c0ff78217e76eddf386000 (diff)
use python2 as the interpreter now for tests, not python
/usr/bin/python is no longer guaranteed to exist, per PEP 394. Use python2 instead for compatibility. Closes: #948770 Signed-off-by: James McCoy <jamessan@debian.org>
-rwxr-xr-xsubversion/tests/cmdline/svneditor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/tests/cmdline/svneditor.py b/subversion/tests/cmdline/svneditor.py
index 7f59987..375fc07 100755
--- a/subversion/tests/cmdline/svneditor.py
+++ b/subversion/tests/cmdline/svneditor.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# svneditor.py: a mock $SVN_EDITOR for the Subversion test suite
#