aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
authorLibravatar root <root@debian>2017-03-24 09:39:24 -0400
committerLibravatar root <root@debian>2017-03-24 09:39:24 -0400
commite7fbd682f8ab04f3f505c1bcfa165295739e06dc (patch)
tree59ae7cdbeb3fbc9a5573b26a328d2adf8056a57b /test/utils
parenttesting (diff)
downloadfirejail-e7fbd682f8ab04f3f505c1bcfa165295739e06dc.tar.gz
firejail-e7fbd682f8ab04f3f505c1bcfa165295739e06dc.tar.zst
firejail-e7fbd682f8ab04f3f505c1bcfa165295739e06dc.zip
testing
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/join-profile.exp2
-rwxr-xr-xtest/utils/join2.exp2
-rwxr-xr-xtest/utils/join3.exp2
-rwxr-xr-xtest/utils/join4.exp2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/utils/join-profile.exp b/test/utils/join-profile.exp
index a2078c2f6..716bd2947 100755
--- a/test/utils/join-profile.exp
+++ b/test/utils/join-profile.exp
@@ -29,7 +29,7 @@ expect {
29 "/bin/bash" 29 "/bin/bash"
30} 30}
31 31
32send -- "exit" 32send -- "exit\r"
33after 100 33after 100
34 34
35puts "\nall done\n" 35puts "\nall done\n"
diff --git a/test/utils/join2.exp b/test/utils/join2.exp
index b7d1f345f..0c1fa6684 100755
--- a/test/utils/join2.exp
+++ b/test/utils/join2.exp
@@ -32,7 +32,7 @@ expect {
32 "/bin/bash" 32 "/bin/bash"
33} 33}
34 34
35send -- "exit" 35send -- "exit\r"
36after 100 36after 100
37 37
38puts "\nall done\n" 38puts "\nall done\n"
diff --git a/test/utils/join3.exp b/test/utils/join3.exp
index c0cc7c2e4..968aa3008 100755
--- a/test/utils/join3.exp
+++ b/test/utils/join3.exp
@@ -32,7 +32,7 @@ expect {
32 "/bin/bash" 32 "/bin/bash"
33} 33}
34 34
35send -- "exit" 35send -- "exit\r"
36after 100 36after 100
37 37
38puts "\nall done\n" 38puts "\nall done\n"
diff --git a/test/utils/join4.exp b/test/utils/join4.exp
index c953320e0..27f52fd56 100755
--- a/test/utils/join4.exp
+++ b/test/utils/join4.exp
@@ -32,7 +32,7 @@ expect {
32 "/bin/bash" 32 "/bin/bash"
33} 33}
34 34
35send -- "exit" 35send -- "exit\r"
36after 100 36after 100
37 37
38puts "\nall done\n" 38puts "\nall done\n"