aboutsummaryrefslogtreecommitdiffstats
path: root/test/overlay/fs.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/overlay/fs.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/overlay/fs.exp')
-rwxr-xr-xtest/overlay/fs.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/overlay/fs.exp b/test/overlay/fs.exp
index 15ada9203..15828f437 100755
--- a/test/overlay/fs.exp
+++ b/test/overlay/fs.exp
@@ -40,7 +40,15 @@ expect {
40 "xyzxyzxyz" {puts "TESTING ERROR 5.1\n";exit} 40 "xyzxyzxyz" {puts "TESTING ERROR 5.1\n";exit}
41 "done" 41 "done"
42} 42}
43after 100
43 44
45# check /sys directory
46send -- "ls /sys\r"
47expect {
48 timeout {puts "TESTING ERROR 6\n";exit}
49 "block"
50}
44after 100 51after 100
52
45puts "\nall done\n" 53puts "\nall done\n"
46 54