summaryrefslogtreecommitdiff
path: root/test/testCommon.py
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2025-05-14 23:39:08 +0200
committerVictor Kareh <[email protected]>2026-02-13 09:29:25 -0500
commit56853727df29fe2918ebec89eae5b38cda98c5d0 (patch)
tree4bf60a5469d31cdfb9cc83f838c5def21a77e7d0 /test/testCommon.py
parentbd997817536cfa724a719d159e9b498fb0219495 (diff)
downloadatril-56853727df29fe2918ebec89eae5b38cda98c5d0.tar.bz2
atril-56853727df29fe2918ebec89eae5b38cda98c5d0.tar.xz
Fix tests imported from XReader
Diffstat (limited to 'test/testCommon.py')
-rw-r--r--test/testCommon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testCommon.py b/test/testCommon.py
index 8e95bf58..dd6ec51a 100644
--- a/test/testCommon.py
+++ b/test/testCommon.py
@@ -19,7 +19,7 @@ def run_app(file=None):
arguments = os.path.join(os.path.dirname(__file__), file)
else:
arguments = ''
- pid = dt.run(sys.argv[1], arguments=arguments, appName='xreader')
+ pid = dt.run(sys.argv[1], arguments=arguments, appName='atril')
def bail():
os.kill(pid, signal.SIGTERM)