From 809388141afe055b06f25218c2ceea5412ebb6bc Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Mon, 14 Nov 2022 16:55:04 +0900 Subject: [PATCH] Binary name should be kasumi-unicode. Related: rhbz#2032140 --- tests/basic/test.py | 2 +- tests/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/basic/test.py b/tests/basic/test.py index 684e740..606fa20 100755 --- a/tests/basic/test.py +++ b/tests/basic/test.py @@ -9,7 +9,7 @@ from xvfbwrapper import Xvfb vdisplay = Xvfb() vdisplay.start() -subprocess.run(['kasumi', '--help']) +subprocess.run(['kasumi-unicode', '--help']) # launch stuff inside # virtual display here. diff --git a/tests/tests.yml b/tests/tests.yml index da2cecd..3c3e42e 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -6,7 +6,7 @@ - classic required_packages: - xorg-x11-server-Xvfb - - kasumi + - kasumi-unicode tests: - basic: run: ./test.py