aboutsummaryrefslogtreecommitdiffstats
path: root/test/chroot/fs_chroot.exp
diff options
context:
space:
mode:
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