summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2020-01-12 23:25:01 -0800
committerJames McCoy <jamessan@debian.org>2024-01-01 09:47:20 -0500
commitc0bcd5cad1448da9c75b8f1302ec64caeb16a45a (patch)
treec69b1bb2c6d723bb413b56334b4ae10afc7e9669
parent14d6e1d891eef4f9dcffc300bef7f93d4ed97f14 (diff)
use python3 as the interpreter now for tests, not python
/usr/bin/python is no longer guaranteed to exist, per PEP 394. Use python3 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..4699dc1 100755
--- a/subversion/tests/cmdline/svneditor.py
+++ b/subversion/tests/cmdline/svneditor.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# svneditor.py: a mock $SVN_EDITOR for the Subversion test suite
#