aboutsummaryrefslogtreecommitdiffstats
path: root/test/appimage/appimage-trace.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-trace.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-trace.exp')
-rwxr-xr-xtest/appimage/appimage-trace.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/appimage/appimage-trace.exp b/test/appimage/appimage-trace.exp
index 5f05e2846..2f67eb531 100755
--- a/test/appimage/appimage-trace.exp
+++ b/test/appimage/appimage-trace.exp
@@ -31,7 +31,7 @@ expect {
31} 31}
32expect { 32expect {
33 timeout {puts "shutdown\n"} 33 timeout {puts "shutdown\n"}
34 "AppImage unmounted" 34 "AppImage detached"
35} 35}
36sleep 1 36sleep 1
37 37
@@ -58,7 +58,7 @@ expect {
58} 58}
59expect { 59expect {
60 timeout {puts "shutdown\n"} 60 timeout {puts "shutdown\n"}
61 "AppImage unmounted" 61 "AppImage detached"
62} 62}
63sleep 1 63sleep 1
64 64