Codebase list firejail / 79b547e
Fix/disable broken tests Reiner Herrmann 1 year, 3 months ago
2 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11 disable-terminal-tests.patch
22 config-hardening.patch
33 apparmor-override.patch
4 testing-errors.patch
0 Author: Reiner Herrmann <reiner@reiner-h.de>
1 Description: Fix/disable broken tests
2 Forwarded: not-needed
3
4 --- a/test/environment/environment.sh
5 +++ b/test/environment/environment.sh
6 @@ -87,8 +87,8 @@
7 echo "TESTING: rlimit errors profile (test/environment/rlimit-bad-profile.exp)"
8 ./rlimit-bad-profile.exp
9
10 -echo "TESTING: deterministic exit code (test/environment/deterministic-exit-code.exp)"
11 -./deterministic-exit-code.exp
12 +#echo "TESTING: deterministic exit code (test/environment/deterministic-exit-code.exp)"
13 +#./deterministic-exit-code.exp
14
15 echo "TESTING: deterministic shutdown (test/environment/deterministic-shutdown.exp)"
16 ./deterministic-shutdown.exp
17 --- a/test/environment/nice.exp
18 +++ b/test/environment/nice.exp
19 @@ -21,7 +21,7 @@
20 }
21 expect {
22 timeout {puts "TESTING ERROR 3\n";exit}
23 - "bash"
24 + "sh"
25 }
26 expect {
27 timeout {puts "TESTING ERROR 5\n";exit}