commit:     017fc3ba889d301c0dc89855b2c9667a434800c9
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 14:45:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 19:49:03 2022 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=017fc3ba

runTests.py: fix shebang

Fixes: 41f4f6d25 ("Use '/usr/bin/env python' shebangs")
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
Closes: https://github.com/gentoo/portage/pull/922
Signed-off-by: Sam James <sam <AT> gentoo.org>

 lib/portage/tests/runTests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/portage/tests/runTests.py b/lib/portage/tests/runTests.py
index 00a8ad7bb..16ba515f1 100755
--- a/lib/portage/tests/runTests.py
+++ b/lib/portage/tests/runTests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python -Wd
+#!/usr/bin/env python
 # runTests.py -- Portage Unit Test Functionality
 # Copyright 2006-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2

Reply via email to