summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ramacher <sramacher@debian.org>2020-02-12 21:34:35 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2021-11-30 09:19:35 +0100
commitd8cf8d17a408cb9c3ec758918b482236f6b8fdbb (patch)
tree7de891b0a1ea8c6f5a2ec84a692d9762f916647d
parent2a22b487646b2d67351cb24b8f718b6150602871 (diff)
Change shebang of tests to python3
Gbp-Pq: Name 0004-Change-shebang-of-tests-to-python3.patch
-rwxr-xr-xpyecasound/test1_stresstest.py2
-rwxr-xr-xpyecasound/test2_stresstest.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyecasound/test1_stresstest.py b/pyecasound/test1_stresstest.py
index a3db055..b3ebde3 100755
--- a/pyecasound/test1_stresstest.py
+++ b/pyecasound/test1_stresstest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -----------------------------------------------------------------------
# Runs a stress test using the pyeca interface
diff --git a/pyecasound/test2_stresstest.py b/pyecasound/test2_stresstest.py
index a864aba..2f84021 100755
--- a/pyecasound/test2_stresstest.py
+++ b/pyecasound/test2_stresstest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -----------------------------------------------------------------------
# A second stress test for the pyeca interface