From 6196c3e30966fee3f58663eeeaae6d39d306b5c7 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 12 Jan 2020 23:25:01 -0800 Subject: 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 --- subversion/tests/cmdline/svneditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- cgit v1.2.3