aboutsummaryrefslogtreecommitdiffstats
path: root/test/appimage/appimage-v1.exp
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2021-03-13 18:48:40 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2021-03-13 18:59:24 +0100
commita22c5b0a9265be69a46ae1c3b5c9bbba10f3e6e9 (patch)
tree6f4c8049b1fea3973e6dada94722302c51a0010b /test/appimage/appimage-v1.exp
parentmore jailtest (diff)
downloadfirejail-a22c5b0a9265be69a46ae1c3b5c9bbba10f3e6e9.tar.gz
firejail-a22c5b0a9265be69a46ae1c3b5c9bbba10f3e6e9.tar.zst
firejail-a22c5b0a9265be69a46ae1c3b5c9bbba10f3e6e9.zip
make appimage mounts private to sandbox
Diffstat (limited to 'test/appimage/appimage-v1.exp')
-rwxr-xr-xtest/appimage/appimage-v1.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/appimage/appimage-v1.exp b/test/appimage/appimage-v1.exp
index d90793bb3..b8b6e0c96 100755
--- a/test/appimage/appimage-v1.exp
+++ b/test/appimage/appimage-v1.exp
@@ -84,7 +84,7 @@ send -- "firejail --shutdown=appimage-test\r"
84set spawn_id $appimage_id 84set spawn_id $appimage_id
85expect { 85expect {
86 timeout {puts "shutdown\n"} 86 timeout {puts "shutdown\n"}
87 "AppImage unmounted" 87 "AppImage detached"
88} 88}
89 89
90after 100 90after 100