aboutsummaryrefslogtreecommitdiffstats
path: root/test/chroot/fs_chroot.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-04-13 07:02:44 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-04-13 07:02:44 -0400
commit3813d1c47e6ac48b23c2a401e65b7a412f5de5f6 (patch)
tree3056838d37fceba7fdcff5f6158087fa4c603331 /test/chroot/fs_chroot.exp
parentfix gimp profile (diff)
downloadfirejail-3813d1c47e6ac48b23c2a401e65b7a412f5de5f6.tar.gz
firejail-3813d1c47e6ac48b23c2a401e65b7a412f5de5f6.tar.zst
firejail-3813d1c47e6ac48b23c2a401e65b7a412f5de5f6.zip
fix /sys handling for overlayfs and chroot
Diffstat (limited to 'test/chroot/fs_chroot.exp')
-rwxr-xr-xtest/chroot/fs_chroot.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/chroot/fs_chroot.exp b/test/chroot/fs_chroot.exp
index 295ff8ff9..2190db359 100755
--- a/test/chroot/fs_chroot.exp
+++ b/test/chroot/fs_chroot.exp
@@ -49,6 +49,14 @@ expect {
49} 49}
50after 100 50after 100
51 51
52# check /sys directory
53send -- "ls /sys\r"
54expect {
55 timeout {puts "TESTING ERROR 6\n";exit}
56 "block"
57}
58after 100
59
52 60
53puts "all done\n" 61puts "all done\n"
54 62