summaryrefslogtreecommitdiff
path: root/test/testCommon.py
diff options
context:
space:
mode:
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)