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-05-28 23:34:16 -0400
commit0cb69ab0c62b1b6d0cb3afa71c07d28946d50666 (patch)
treea650dd4f6fea4afeaa0ddd02a31c3cf5ec029ba5
parent09f5669569d932ecf31505fa61742d9ddc84dbfc (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
#