Codebase list firejail / 5c88bfd
Fix more errors in smoke tests Reiner Herrmann 1 year, 3 months ago
1 changed file(s) with 18 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2525 }
2626 expect {
2727 timeout {puts "TESTING ERROR 5\n";exit}
28 @@ -50,7 +50,7 @@
29 }
30 expect {
31 timeout {puts "TESTING ERROR 13\n";exit}
32 - "bash"
33 + "sh"
34 }
35 expect {
36 timeout {puts "TESTING ERROR 15\n";exit}
37 @@ -81,7 +81,7 @@
38 }
39 expect {
40 timeout {puts "TESTING ERROR 20\n";exit}
41 - "bash"
42 + "sh"
43 }
44 expect {
45 timeout {puts "TESTING ERROR 22\n";exit}