aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/nice.exp
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2023-01-18 19:20:20 +0100
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2023-01-18 19:20:20 +0100
commit2946b0c04c46012877c780b50c7fc160be0bb599 (patch)
tree8396b49df4b9bcf45826de902297f734cd04ef86 /test/environment/nice.exp
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-2946b0c04c46012877c780b50c7fc160be0bb599.tar.gz
firejail-2946b0c04c46012877c780b50c7fc160be0bb599.tar.zst
firejail-2946b0c04c46012877c780b50c7fc160be0bb599.zip
tests: check for sh instead of bash in nice.exp
(in Debian CI only sh is getting printed)
Diffstat (limited to 'test/environment/nice.exp')
-rwxr-xr-xtest/environment/nice.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/environment/nice.exp b/test/environment/nice.exp
index 823d10c67..f3b3f083f 100755
--- a/test/environment/nice.exp
+++ b/test/environment/nice.exp
@@ -21,7 +21,7 @@ expect {
21} 21}
22expect { 22expect {
23 timeout {puts "TESTING ERROR 3\n";exit} 23 timeout {puts "TESTING ERROR 3\n";exit}
24 "bash" 24 "sh"
25} 25}
26expect { 26expect {
27 timeout {puts "TESTING ERROR 5\n";exit} 27 timeout {puts "TESTING ERROR 5\n";exit}
@@ -50,7 +50,7 @@ expect {
50} 50}
51expect { 51expect {
52 timeout {puts "TESTING ERROR 13\n";exit} 52 timeout {puts "TESTING ERROR 13\n";exit}
53 "bash" 53 "sh"
54} 54}
55expect { 55expect {
56 timeout {puts "TESTING ERROR 15\n";exit} 56 timeout {puts "TESTING ERROR 15\n";exit}
@@ -81,7 +81,7 @@ expect {
81} 81}
82expect { 82expect {
83 timeout {puts "TESTING ERROR 20\n";exit} 83 timeout {puts "TESTING ERROR 20\n";exit}
84 "bash" 84 "sh"
85} 85}
86expect { 86expect {
87 timeout {puts "TESTING ERROR 22\n";exit} 87 timeout {puts "TESTING ERROR 22\n";exit}