From 8f93e22a378d31c2d72bbb2d7a907cd65917ba6f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 1 Nov 2019 18:41:16 +1000 Subject: [PATCH] test: xkeyboard-config: invoke the python3 command (#120) python3 is always python3, but python could be python2 in some cases. Or just missing (e.g. RHEL8). Signed-off-by: Peter Hutterer --- test/xkeyboard-config-test.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/xkeyboard-config-test.py.in b/test/xkeyboard-config-test.py.in index 9241ee2..26d3a30 100755 --- a/test/xkeyboard-config-test.py.in +++ b/test/xkeyboard-config-test.py.in @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import argparse import sys import subprocess -- 2.7.4