aboutsummaryrefslogtreecommitdiffstats
path: root/test/features
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 08:41:59 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 08:41:59 -0500
commit5b276e12250283bc180039942af4a51f8c1eb640 (patch)
tree35a94d8ae478d9260e1fb69806b2bab2a66921f0 /test/features
parentfixes (diff)
downloadfirejail-5b276e12250283bc180039942af4a51f8c1eb640.tar.gz
firejail-5b276e12250283bc180039942af4a51f8c1eb640.tar.zst
firejail-5b276e12250283bc180039942af4a51f8c1eb640.zip
testing
Diffstat (limited to 'test/features')
-rwxr-xr-xtest/features/3.11.exp18
1 files changed, 12 insertions, 6 deletions
diff --git a/test/features/3.11.exp b/test/features/3.11.exp
index b3d3af18d..3a5e38257 100755
--- a/test/features/3.11.exp
+++ b/test/features/3.11.exp
@@ -29,7 +29,8 @@ expect {
29} 29}
30expect { 30expect {
31 timeout {puts "TESTING ERROR 2\n";exit} 31 timeout {puts "TESTING ERROR 2\n";exit}
32 "netblue netblue" 32 "netblue netblue" { puts "Debian\n"}
33 "netblue users" { puts "Arch\n"}
33} 34}
34expect { 35expect {
35 timeout {puts "TESTING ERROR 3\n";exit} 36 timeout {puts "TESTING ERROR 3\n";exit}
@@ -44,7 +45,8 @@ expect {
44} 45}
45expect { 46expect {
46 timeout {puts "TESTING ERROR 5\n";exit} 47 timeout {puts "TESTING ERROR 5\n";exit}
47 "netblue netblue" 48 "netblue netblue" { puts "Debian\n"}
49 "netblue users" { puts "Arch\n"}
48} 50}
49expect { 51expect {
50 timeout {puts "TESTING ERROR 6\n";exit} 52 timeout {puts "TESTING ERROR 6\n";exit}
@@ -78,7 +80,8 @@ if { $overlay == "overlay" } {
78 } 80 }
79 expect { 81 expect {
80 timeout {puts "TESTING ERROR 12\n";exit} 82 timeout {puts "TESTING ERROR 12\n";exit}
81 "netblue netblue" 83 "netblue netblue" { puts "Debian\n"}
84 "netblue users" { puts "Arch\n"}
82 } 85 }
83 expect { 86 expect {
84 timeout {puts "TESTING ERROR 13\n";exit} 87 timeout {puts "TESTING ERROR 13\n";exit}
@@ -93,7 +96,8 @@ if { $overlay == "overlay" } {
93 } 96 }
94 expect { 97 expect {
95 timeout {puts "TESTING ERROR 15\n";exit} 98 timeout {puts "TESTING ERROR 15\n";exit}
96 "netblue netblue" 99 "netblue netblue" { puts "Debian\n"}
100 "netblue users" { puts "Arch\n"}
97 } 101 }
98 expect { 102 expect {
99 timeout {puts "TESTING ERROR 16\n";exit} 103 timeout {puts "TESTING ERROR 16\n";exit}
@@ -130,7 +134,8 @@ if { $chroot == "chroot" } {
130 } 134 }
131 expect { 135 expect {
132 timeout {puts "TESTING ERROR 22\n";exit} 136 timeout {puts "TESTING ERROR 22\n";exit}
133 "netblue netblue" 137 "netblue netblue" { puts "Debian\n"}
138 "netblue users" { puts "Arch\n"}
134 } 139 }
135 expect { 140 expect {
136 timeout {puts "TESTING ERROR 23\n";exit} 141 timeout {puts "TESTING ERROR 23\n";exit}
@@ -145,7 +150,8 @@ if { $chroot == "chroot" } {
145 } 150 }
146 expect { 151 expect {
147 timeout {puts "TESTING ERROR 25\n";exit} 152 timeout {puts "TESTING ERROR 25\n";exit}
148 "netblue netblue" 153 "netblue netblue" { puts "Debian\n"}
154 "netblue users" { puts "Arch\n"}
149 } 155 }
150 expect { 156 expect {
151 timeout {puts "TESTING ERROR 26\n";exit} 157 timeout {puts "TESTING ERROR 26\n";exit}