aboutsummaryrefslogtreecommitdiffstats
path: root/test
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
parentdebian 32bit fixes (diff)
downloadfirejail-f475f7f3a907c2966ab95d699382567b30f37266.tar.gz
firejail-f475f7f3a907c2966ab95d699382567b30f37266.tar.zst
firejail-f475f7f3a907c2966ab95d699382567b30f37266.zip
arch testing
Diffstat (limited to 'test')
-rwxr-xr-xtest/firemon-route.exp1
-rwxr-xr-xtest/net_local.exp4
-rwxr-xr-xtest/option-trace.exp3
-rwxr-xr-xtest/private-bin.exp8
4 files changed, 7 insertions, 9 deletions
diff --git a/test/firemon-route.exp b/test/firemon-route.exp
index 76ebd70f6..a48116675 100755
--- a/test/firemon-route.exp
+++ b/test/firemon-route.exp
@@ -18,6 +18,7 @@ expect {
18 "0.0.0.0/0 via 192.168.1.1, dev eth0, metric 0" {puts "Debian testing\n";} 18 "0.0.0.0/0 via 192.168.1.1, dev eth0, metric 0" {puts "Debian testing\n";}
19 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 1024" {puts "Centos 7 testing\n";} 19 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 1024" {puts "Centos 7 testing\n";}
20 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 0" {puts "OpenSUSE testing\n";} 20 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 0" {puts "OpenSUSE testing\n";}
21 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 100" {puts "Arch testing\n";}
21} 22}
22expect { 23expect {
23 timeout {puts "TESTING ERROR 2\n";exit} 24 timeout {puts "TESTING ERROR 2\n";exit}
diff --git a/test/net_local.exp b/test/net_local.exp
index 032c0427d..642213658 100755
--- a/test/net_local.exp
+++ b/test/net_local.exp
@@ -40,10 +40,6 @@ expect {
40 timeout {puts "TESTING ERROR 7\n";exit} 40 timeout {puts "TESTING ERROR 7\n";exit}
41 "255.0.0.0" 41 "255.0.0.0"
42} 42}
43expect {
44 timeout {puts "TESTING ERROR 8\n";exit}
45 "UP"
46}
47 43
48puts "all done\n" 44puts "all done\n"
49 45
diff --git a/test/option-trace.exp b/test/option-trace.exp
index 6efb2c545..b20ef9ef9 100755
--- a/test/option-trace.exp
+++ b/test/option-trace.exp
@@ -20,7 +20,8 @@ expect {
20} 20}
21expect { 21expect {
22 timeout {puts "TESTING ERROR 3\n";exit} 22 timeout {puts "TESTING ERROR 3\n";exit}
23 "1:bash:access /etc/terminfo/x/xterm" 23 "1:bash:access /etc/terminfo/x/xterm" {puts "debian\n"}
24 "1:bash:access /usr/share/terminfo/x/xterm" {puts "arch\n"}
24} 25}
25 26
26sleep 1 27sleep 1
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}