aboutsummaryrefslogtreecommitdiffstats
path: root/test/appimage/appimage-args.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/appimage/appimage-args.exp')
-rwxr-xr-xtest/appimage/appimage-args.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/appimage/appimage-args.exp b/test/appimage/appimage-args.exp
index c10007603..e85e8a46a 100755
--- a/test/appimage/appimage-args.exp
+++ b/test/appimage/appimage-args.exp
@@ -8,7 +8,7 @@ spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10set appimage_id $spawn_id 10set appimage_id $spawn_id
11send -- "firejail --name=appimage-test --debug --appimage Leafpad-0.8.17-x86_64.AppImage testfile\r" 11send -- "firejail --name=test --debug --appimage Leafpad-0.8.17-x86_64.AppImage testfile\r"
12expect { 12expect {
13 timeout {puts "TESTING ERROR 1\n";exit} 13 timeout {puts "TESTING ERROR 1\n";exit}
14 "execvp argument 2" 14 "execvp argument 2"
@@ -91,7 +91,7 @@ expect {
91after 100 91after 100
92 92
93spawn $env(SHELL) 93spawn $env(SHELL)
94send -- "firejail --shutdown=appimage-test\r" 94send -- "firejail --shutdown=test\r"
95 95
96set spawn_id $appimage_id 96set spawn_id $appimage_id
97expect { 97expect {