aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11/xterm-xpra.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps-x11/xterm-xpra.exp')
-rwxr-xr-xtest/apps-x11/xterm-xpra.exp12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/apps-x11/xterm-xpra.exp b/test/apps-x11/xterm-xpra.exp
index 379de131a..1fb5df486 100755
--- a/test/apps-x11/xterm-xpra.exp
+++ b/test/apps-x11/xterm-xpra.exp
@@ -79,6 +79,18 @@ expect {
79 "name=blablabla" 79 "name=blablabla"
80} 80}
81sleep 1 81sleep 1
82
83send -- "firemon --x11\r"
84expect {
85 timeout {puts "TESTING ERROR 7\n";exit}
86 "name=test xterm"
87}
88expect {
89 timeout {puts "TESTING ERROR 7.1\n";exit}
90 "DISPLAY"
91}
92sleep 1
93
82send -- "firejail --shutdown=test\r" 94send -- "firejail --shutdown=test\r"
83sleep 3 95sleep 3
84 96