test: xkeyboard-config: invoke the python3 command (#120)
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 1 Nov 2019 08:41:16 +0000 (18:41 +1000)
committerRan Benita <ran@unusedvar.com>
Fri, 1 Nov 2019 08:41:16 +0000 (10:41 +0200)
python3 is always python3, but python could be python2 in some cases. Or just
missing (e.g. RHEL8).

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/xkeyboard-config-test.py.in

index 9241ee2..26d3a30 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 import argparse
 import sys
 import subprocess