aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-18 23:18:37 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-18 23:18:37 -0500
commit6d7335c36b91a0f5cc50019f7f743f4fd7e47250 (patch)
tree8575b029bb05a15f46959098e4a00b51726af89a
parentsome profile updates (diff)
parenttests: check for sh instead of bash in nice.exp (diff)
downloadfirejail-6d7335c36b91a0f5cc50019f7f743f4fd7e47250.tar.gz
firejail-6d7335c36b91a0f5cc50019f7f743f4fd7e47250.tar.zst
firejail-6d7335c36b91a0f5cc50019f7f743f4fd7e47250.zip
Merge branch 'master' of ssh://github.com/netblue30/firejail
-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}