diff options
author | Colomban Wendling <[email protected]> | 2025-05-14 23:39:08 +0200 |
---|---|---|
committer | Colomban Wendling <[email protected]> | 2025-05-14 23:39:08 +0200 |
commit | 239ebd2f3ce65f394bb94089a57aae8e40f953aa (patch) | |
tree | 8fbe8db7fa06f936a64972a07440e41c8337889a /test/testCommon.py | |
parent | c9f54eb9ed9ab3083eb89766fb0452b400b43984 (diff) | |
download | atril-239ebd2f3ce65f394bb94089a57aae8e40f953aa.tar.bz2 atril-239ebd2f3ce65f394bb94089a57aae8e40f953aa.tar.xz |
Fix tests imported from XReader
Diffstat (limited to 'test/testCommon.py')
-rw-r--r-- | test/testCommon.py | 2 |
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) |