aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/fs_var_tmp.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/fs_var_tmp.exp')
-rwxr-xr-xtest/fs/fs_var_tmp.exp8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/fs/fs_var_tmp.exp b/test/fs/fs_var_tmp.exp
index 50679db6d..d95bf3337 100755
--- a/test/fs/fs_var_tmp.exp
+++ b/test/fs/fs_var_tmp.exp
@@ -13,7 +13,8 @@ expect {
13 timeout {puts "TESTING ERROR 0\n";exit} 13 timeout {puts "TESTING ERROR 0\n";exit}
14 "Child process initialized" 14 "Child process initialized"
15} 15}
16sleep 1 16after 100
17send -- "stty -echo\r"
17 18
18send -- "echo mytest > /var/tmp/ttt;echo done\r" 19send -- "echo mytest > /var/tmp/ttt;echo done\r"
19expect { 20expect {
@@ -44,7 +45,7 @@ expect {
44 "done" 45 "done"
45} 46}
46 47
47sleep 1 48after 100
48send -- "exit\r" 49send -- "exit\r"
49sleep 1 50sleep 1
50 51
@@ -54,7 +55,8 @@ expect {
54 timeout {puts "TESTING ERROR 7\n";exit} 55 timeout {puts "TESTING ERROR 7\n";exit}
55 "Child process initialized" 56 "Child process initialized"
56} 57}
57sleep 1 58after 100
59send -- "stty -echo\r"
58 60
59send -- "echo mytest > /var/tmp/ttt;echo done\r" 61send -- "echo mytest > /var/tmp/ttt;echo done\r"
60expect { 62expect {