aboutsummaryrefslogtreecommitdiffstats
path: root/test/private-bin.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-16 13:57:43 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-16 13:57:43 -0400
commitf475f7f3a907c2966ab95d699382567b30f37266 (patch)
treecbaad33dce6203b979fe059c33fb73bc7e832dcb /test/private-bin.exp
parentdebian 32bit fixes (diff)
downloadfirejail-f475f7f3a907c2966ab95d699382567b30f37266.tar.gz
firejail-f475f7f3a907c2966ab95d699382567b30f37266.tar.zst
firejail-f475f7f3a907c2966ab95d699382567b30f37266.zip
arch testing
Diffstat (limited to 'test/private-bin.exp')
-rwxr-xr-xtest/private-bin.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/private-bin.exp b/test/private-bin.exp
index cc5ea99c7..a82d2b213 100755
--- a/test/private-bin.exp
+++ b/test/private-bin.exp
@@ -11,7 +11,7 @@ expect {
11} 11}
12sleep 1 12sleep 1
13 13
14send -- "ls -al /bin\r" 14send -- "ls /bin\r"
15expect { 15expect {
16 timeout {puts "TESTING ERROR 2\n";exit} 16 timeout {puts "TESTING ERROR 2\n";exit}
17 "bash" 17 "bash"
@@ -25,7 +25,7 @@ expect {
25 "sh" 25 "sh"
26} 26}
27 27
28send -- "ls -al /bin\r" 28send -- "ls /bin\r"
29expect { 29expect {
30 timeout {puts "TESTING ERROR 5\n";exit} 30 timeout {puts "TESTING ERROR 5\n";exit}
31 "ping" {puts "TESTING ERROR 6\n";exit} 31 "ping" {puts "TESTING ERROR 6\n";exit}
@@ -41,7 +41,7 @@ expect {
41} 41}
42sleep 1 42sleep 1
43 43
44send -- "ls -al /bin\r" 44send -- "ls /bin\r"
45expect { 45expect {
46 timeout {puts "TESTING ERROR 8\n";exit} 46 timeout {puts "TESTING ERROR 8\n";exit}
47 "bash" 47 "bash"
@@ -55,7 +55,7 @@ expect {
55 "sh" 55 "sh"
56} 56}
57 57
58send -- "ls -al /bin\r" 58send -- "ls /bin\r"
59expect { 59expect {
60 timeout {puts "TESTING ERROR 5\n";exit} 60 timeout {puts "TESTING ERROR 5\n";exit}
61 "ping" {puts "TESTING ERROR 6\n";exit} 61 "ping" {puts "TESTING ERROR 6\n";exit}