aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.5.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-16 12:58:09 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-16 12:58:09 -0400
commit14ad07435d339b290e284995c1d0349f4434a371 (patch)
treee8e1be18558d9f5bf0a08c138fa42d6689fc0ae0 /test/features/3.5.exp
parentMerge pull request #634 from Fred-Barclay/pidgin (diff)
downloadfirejail-14ad07435d339b290e284995c1d0349f4434a371.tar.gz
firejail-14ad07435d339b290e284995c1d0349f4434a371.tar.zst
firejail-14ad07435d339b290e284995c1d0349f4434a371.zip
testing
Diffstat (limited to 'test/features/3.5.exp')
-rwxr-xr-xtest/features/3.5.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/features/3.5.exp b/test/features/3.5.exp
index aed5fe836..f4b544b3d 100755
--- a/test/features/3.5.exp
+++ b/test/features/3.5.exp
@@ -22,8 +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" { puts "Debian\n"} 25 "13" { puts "Debian\n"}
26 "11" { puts "Centos\n"} 26 "12" { puts "Centos\n"}
27} 27}
28 28
29after 100 29after 100
@@ -45,8 +45,8 @@ if { $overlay == "overlay" } {
45 send -- "ls -l /dev | wc -l\r" 45 send -- "ls -l /dev | wc -l\r"
46 expect { 46 expect {
47 timeout {puts "TESTING ERROR 3.1\n";exit} 47 timeout {puts "TESTING ERROR 3.1\n";exit}
48 "12" { puts "Debian\n"} 48 "13" { puts "Debian\n"}
49 "11" { puts "Centos\n"} 49 "12" { puts "Centos\n"}
50 } 50 }
51 51
52 after 100 52 after 100
@@ -68,7 +68,7 @@ if { $chroot == "chroot" } {
68 send -- "ls -l /dev | wc -l\r" 68 send -- "ls -l /dev | wc -l\r"
69 expect { 69 expect {
70 timeout {puts "TESTING ERROR 5.1\n";exit} 70 timeout {puts "TESTING ERROR 5.1\n";exit}
71 "11" 71 "12"
72 } 72 }
73 73
74 after 100 74 after 100