Description: use python3 instead of python command
The upstream uses python instead of python3.

Author: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>

Forwarded: no

diff --git a/test/output/python3-dumb-UTF-8-color.out b/test/output/python3-dumb-UTF-8-color.out
index 774f852..3edadeb 100644
--- a/test/output/python3-dumb-UTF-8-color.out
+++ b/test/output/python3-dumb-UTF-8-color.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-dumb-UTF-8-nocolor.out b/test/output/python3-dumb-UTF-8-nocolor.out
index 02c390d..d31a16d 100644
--- a/test/output/python3-dumb-UTF-8-nocolor.out
+++ b/test/output/python3-dumb-UTF-8-nocolor.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-dumb-ascii-color.out b/test/output/python3-dumb-ascii-color.out
index af89d92..99545cb 100644
--- a/test/output/python3-dumb-ascii-color.out
+++ b/test/output/python3-dumb-ascii-color.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-dumb-ascii-nocolor.out b/test/output/python3-dumb-ascii-nocolor.out
index 47a1f61..345c98a 100644
--- a/test/output/python3-dumb-ascii-nocolor.out
+++ b/test/output/python3-dumb-ascii-nocolor.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-vt100-UTF-8-color.out b/test/output/python3-vt100-UTF-8-color.out
index 774f852..3edadeb 100644
--- a/test/output/python3-vt100-UTF-8-color.out
+++ b/test/output/python3-vt100-UTF-8-color.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-vt100-UTF-8-nocolor.out b/test/output/python3-vt100-UTF-8-nocolor.out
index 02c390d..d31a16d 100644
--- a/test/output/python3-vt100-UTF-8-nocolor.out
+++ b/test/output/python3-vt100-UTF-8-nocolor.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-vt100-ascii-color.out b/test/output/python3-vt100-ascii-color.out
index af89d92..99545cb 100644
--- a/test/output/python3-vt100-ascii-color.out
+++ b/test/output/python3-vt100-ascii-color.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-vt100-ascii-nocolor.out b/test/output/python3-vt100-ascii-nocolor.out
index 47a1f61..345c98a 100644
--- a/test/output/python3-vt100-ascii-nocolor.out
+++ b/test/output/python3-vt100-ascii-nocolor.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-xterm-UTF-8-color.out b/test/output/python3-xterm-UTF-8-color.out
index 774f852..3edadeb 100644
--- a/test/output/python3-xterm-UTF-8-color.out
+++ b/test/output/python3-xterm-UTF-8-color.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-xterm-UTF-8-nocolor.out b/test/output/python3-xterm-UTF-8-nocolor.out
index 9d8c494..02759c6 100644
--- a/test/output/python3-xterm-UTF-8-nocolor.out
+++ b/test/output/python3-xterm-UTF-8-nocolor.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-xterm-ascii-color.out b/test/output/python3-xterm-ascii-color.out
index af89d92..99545cb 100644
--- a/test/output/python3-xterm-ascii-color.out
+++ b/test/output/python3-xterm-ascii-color.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
diff --git a/test/output/python3-xterm-ascii-nocolor.out b/test/output/python3-xterm-ascii-nocolor.out
index e6881bf..af22d09 100644
--- a/test/output/python3-xterm-ascii-nocolor.out
+++ b/test/output/python3-xterm-ascii-nocolor.out
@@ -46,7 +46,7 @@ TypeError: unsupported operand type(s) for /: 'int' and 'str'
 ./test/test_interactive.sh
 
 
-spawn python -m better_exceptions -q
+spawn python3 -m better_exceptions -q
 >>> import better_exceptions
 >>> def foo(a):
 ...     assert a > 10
