aboutsummaryrefslogtreecommitdiffstats
path: root/test/overlay/fs-named.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/overlay/fs-named.exp')
-rwxr-xr-xtest/overlay/fs-named.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/overlay/fs-named.exp b/test/overlay/fs-named.exp
index 2519a8ede..0356720bc 100755
--- a/test/overlay/fs-named.exp
+++ b/test/overlay/fs-named.exp
@@ -12,6 +12,8 @@ expect {
12 "Child process initialized" {puts "found\n"} 12 "Child process initialized" {puts "found\n"}
13} 13}
14sleep 1 14sleep 1
15send -- "stty -echo\r"
16after 100
15 17
16send -- "echo xyzxyzxyz > ~/_firejail_test_file; echo done\r" 18send -- "echo xyzxyzxyz > ~/_firejail_test_file; echo done\r"
17expect { 19expect {
@@ -51,6 +53,8 @@ expect {
51} 53}
52sleep 1 54sleep 1
53 55
56send -- "stty -echo\r"
57after 100
54send -- "cat ~/_firejail_test_file; echo done\r" 58send -- "cat ~/_firejail_test_file; echo done\r"
55expect { 59expect {
56 timeout {puts "TESTING ERROR 4\n";exit} 60 timeout {puts "TESTING ERROR 4\n";exit}