aboutsummaryrefslogtreecommitdiffstats
path: root/test/overlay/fs-named.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-30 09:12:52 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-30 09:12:52 -0400
commitead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac (patch)
tree612f9b5fdd59e97e545834df1a715b0d09d0d735 /test/overlay/fs-named.exp
parenttesting (diff)
downloadfirejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.gz
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.tar.zst
firejail-ead373fcb9a79e6cdc7aff88d3c0d6e44c9400ac.zip
testing
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}