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