aboutsummaryrefslogtreecommitdiffstats
path: root/test/features
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 08:28:45 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 08:28:45 -0500
commit93e900a85873cba38481e2f113d8ceec72e4c022 (patch)
tree590738a4ee13ad57b2092bd4d426305c401a6b9c /test/features
parenttesting (diff)
downloadfirejail-93e900a85873cba38481e2f113d8ceec72e4c022.tar.gz
firejail-93e900a85873cba38481e2f113d8ceec72e4c022.tar.zst
firejail-93e900a85873cba38481e2f113d8ceec72e4c022.zip
fixes
Diffstat (limited to 'test/features')
-rwxr-xr-xtest/features/3.5.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/features/3.5.exp b/test/features/3.5.exp
index 35de90429..eb831efda 100755
--- a/test/features/3.5.exp
+++ b/test/features/3.5.exp
@@ -43,7 +43,7 @@ if { $overlay == "overlay" } {
43 send -- "ls -l /dev | wc -l\r" 43 send -- "ls -l /dev | wc -l\r"
44 expect { 44 expect {
45 timeout {puts "TESTING ERROR 3.1\n";exit} 45 timeout {puts "TESTING ERROR 3.1\n";exit}
46 "12" 46 "11"
47 } 47 }
48 48
49 after 100 49 after 100
@@ -65,7 +65,7 @@ if { $chroot == "chroot" } {
65 send -- "ls -l /dev | wc -l\r" 65 send -- "ls -l /dev | wc -l\r"
66 expect { 66 expect {
67 timeout {puts "TESTING ERROR 5.1\n";exit} 67 timeout {puts "TESTING ERROR 5.1\n";exit}
68 "12" 68 "11"
69 } 69 }
70 70
71 after 100 71 after 100