summaryrefslogtreecommitdiffstats
path: root/test/overlay/fs-tmpfs.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/overlay/fs-tmpfs.exp')
-rwxr-xr-xtest/overlay/fs-tmpfs.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/overlay/fs-tmpfs.exp b/test/overlay/fs-tmpfs.exp
index 7c1b5d1df..20fa315b6 100755
--- a/test/overlay/fs-tmpfs.exp
+++ b/test/overlay/fs-tmpfs.exp
@@ -21,6 +21,8 @@ expect {
21 "Child process initialized" {puts "found\n"} 21 "Child process initialized" {puts "found\n"}
22} 22}
23sleep 1 23sleep 1
24send -- "stty -echo\r"
25after 100
24 26
25send -- "echo xyzxyzxyz > ~/_firejail_test_file; echo done\r" 27send -- "echo xyzxyzxyz > ~/_firejail_test_file; echo done\r"
26expect { 28expect {
@@ -29,6 +31,8 @@ expect {
29} 31}
30after 100 32after 100
31 33
34send -- "stty -echo\r"
35after 100
32send -- "cat ~/_firejail_test_file; echo done\r" 36send -- "cat ~/_firejail_test_file; echo done\r"
33expect { 37expect {
34 timeout {puts "TESTING ERROR 3\n";exit} 38 timeout {puts "TESTING ERROR 3\n";exit}
@@ -43,6 +47,8 @@ after 100
43send -- "exit\r" 47send -- "exit\r"
44sleep 1 48sleep 1
45 49
50send -- "stty -echo\r"
51after 100
46send -- "cat ~/_firejail_test_file; echo done\r" 52send -- "cat ~/_firejail_test_file; echo done\r"
47expect { 53expect {
48 timeout {puts "TESTING ERROR 5\n";exit} 54 timeout {puts "TESTING ERROR 5\n";exit}