Codebase list firejail / f9a62da
Disable another test that tries to access the internet Reiner Herrmann 4 years ago
1 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
104104
105105 echo "TESTING: caps.print (test/utils/caps-print.exp)"
106106 ./caps-print.exp
107 --- a/test/utils/build.exp
108 +++ b/test/utils/build.exp
109 @@ -87,16 +87,6 @@
110 #}
111 #after 100
112
113 -send -- "firejail --build wget --output-document=~ debian.org\r"
114 -expect {
115 - timeout {puts "TESTING ERROR 13\n";exit}
116 - "protocol"
117 -}
118 -expect {
119 - timeout {puts "TESTING ERROR 13.1\n";exit}
120 - "inet"
121 -}
122 -after 100
123
124
125 send -- "firejail --build cat /tmp/firejail-test-file-7699\r"