aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11/transmission-gtk.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps-x11/transmission-gtk.exp')
-rwxr-xr-xtest/apps-x11/transmission-gtk.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/apps-x11/transmission-gtk.exp b/test/apps-x11/transmission-gtk.exp
index 53e396a9e..21bc4a8bc 100755
--- a/test/apps-x11/transmission-gtk.exp
+++ b/test/apps-x11/transmission-gtk.exp
@@ -1,6 +1,6 @@
1#!/usr/bin/expect -f 1#!/usr/bin/expect -f
2# This file is part of Firejail project 2# This file is part of Firejail project
3# Copyright (C) 2014-2021 Firejail Authors 3# Copyright (C) 2014-2022 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6set timeout 10 6set timeout 10
@@ -33,7 +33,7 @@ expect {
33send -- "firejail --name=blablabla\r" 33send -- "firejail --name=blablabla\r"
34expect { 34expect {
35 timeout {puts "TESTING ERROR 4\n";exit} 35 timeout {puts "TESTING ERROR 4\n";exit}
36 "Child process initialized" 36 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
37} 37}
38sleep 2 38sleep 2
39 39