aboutsummaryrefslogtreecommitdiffstats
path: root/test/features
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/features
parenttesting (diff)
downloadfirejail-a4557127b1006294e47010ffa75f94c30a2df4fa.tar.gz
firejail-a4557127b1006294e47010ffa75f94c30a2df4fa.tar.zst
firejail-a4557127b1006294e47010ffa75f94c30a2df4fa.zip
testing
Diffstat (limited to 'test/features')
-rwxr-xr-xtest/features/3.5.exp3
1 files changed, 2 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