aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 10:06:42 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 10:06:42 -0500
commita4557127b1006294e47010ffa75f94c30a2df4fa (patch)
tree0922e6e4653eed6bf6dc121d43258600eae84b22 /test
parenttesting (diff)
downloadfirejail-a4557127b1006294e47010ffa75f94c30a2df4fa.tar.gz
firejail-a4557127b1006294e47010ffa75f94c30a2df4fa.tar.zst
firejail-a4557127b1006294e47010ffa75f94c30a2df4fa.zip
testing
Diffstat (limited to 'test')
-rwxr-xr-xtest/features/3.5.exp3
-rwxr-xr-xtest/test.sh1
2 files changed, 3 insertions, 1 deletions
diff --git a/test/features/3.5.exp b/test/features/3.5.exp
index eb831efda..dfa8fae10 100755
--- a/test/features/3.5.exp
+++ b/test/features/3.5.exp
@@ -22,7 +22,8 @@ sleep 1
22send -- "ls -l /dev | wc -l\r" 22send -- "ls -l /dev | wc -l\r"
23expect { 23expect {
24 timeout {puts "TESTING ERROR 1.1\n";exit} 24 timeout {puts "TESTING ERROR 1.1\n";exit}
25 "12" 25 "12" { puts "Debian\n"}
26 "11" { puts "Centos\n"}
26} 27}
27 28
28after 100 29after 100
diff --git a/test/test.sh b/test/test.sh
index 4c94e82d0..93e38edfb 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -240,6 +240,7 @@ echo "TESTING: quiet (quiet.exp)"
240./quiet.exp 240./quiet.exp
241 241
242echo "TESTING: IPv6 support (ip6.exp)" 242echo "TESTING: IPv6 support (ip6.exp)"
243echo "TESTING: broken on Centos - todo"
243./ip6.exp 244./ip6.exp
244 245
245echo "TESTING: local network (net_local.exp)" 246echo "TESTING: local network (net_local.exp)"