aboutsummaryrefslogtreecommitdiffstats
path: root/test/appimage/appimage-v2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/appimage/appimage-v2.exp')
-rwxr-xr-xtest/appimage/appimage-v2.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/appimage/appimage-v2.exp b/test/appimage/appimage-v2.exp
index 0f865d94b..748ac3d79 100755
--- a/test/appimage/appimage-v2.exp
+++ b/test/appimage/appimage-v2.exp
@@ -8,7 +8,7 @@ spawn $env(SHELL)
8match_max 100000 8match_max 100000
9set appimage_id $spawn_id 9set appimage_id $spawn_id
10 10
11send -- "firejail --name=appimage-test --appimage Leafpad-0.8.18.1.glibc2.4-x86_64.AppImage\r" 11send -- "firejail --name=test --appimage Leafpad-0.8.18.1.glibc2.4-x86_64.AppImage\r"
12expect { 12expect {
13 timeout {puts "TESTING ERROR 1\n";exit} 13 timeout {puts "TESTING ERROR 1\n";exit}
14 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" 14 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
@@ -79,7 +79,7 @@ expect {
79after 100 79after 100
80 80
81spawn $env(SHELL) 81spawn $env(SHELL)
82send -- "firejail --shutdown=appimage-test\r" 82send -- "firejail --shutdown=test\r"
83set spawn_id $appimage_id 83set spawn_id $appimage_id
84expect { 84expect {
85 timeout {puts "shutdown\n"} 85 timeout {puts "shutdown\n"}