mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
tests: check for sh instead of bash in nice.exp
(in Debian CI only sh is getting printed)
This commit is contained in:
parent
ebb8d8390e
commit
2946b0c04c
1 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ expect {
|
||||||
}
|
}
|
||||||
expect {
|
expect {
|
||||||
timeout {puts "TESTING ERROR 3\n";exit}
|
timeout {puts "TESTING ERROR 3\n";exit}
|
||||||
"bash"
|
"sh"
|
||||||
}
|
}
|
||||||
expect {
|
expect {
|
||||||
timeout {puts "TESTING ERROR 5\n";exit}
|
timeout {puts "TESTING ERROR 5\n";exit}
|
||||||
|
|
@ -50,7 +50,7 @@ expect {
|
||||||
}
|
}
|
||||||
expect {
|
expect {
|
||||||
timeout {puts "TESTING ERROR 13\n";exit}
|
timeout {puts "TESTING ERROR 13\n";exit}
|
||||||
"bash"
|
"sh"
|
||||||
}
|
}
|
||||||
expect {
|
expect {
|
||||||
timeout {puts "TESTING ERROR 15\n";exit}
|
timeout {puts "TESTING ERROR 15\n";exit}
|
||||||
|
|
@ -81,7 +81,7 @@ expect {
|
||||||
}
|
}
|
||||||
expect {
|
expect {
|
||||||
timeout {puts "TESTING ERROR 20\n";exit}
|
timeout {puts "TESTING ERROR 20\n";exit}
|
||||||
"bash"
|
"sh"
|
||||||
}
|
}
|
||||||
expect {
|
expect {
|
||||||
timeout {puts "TESTING ERROR 22\n";exit}
|
timeout {puts "TESTING ERROR 22\n";exit}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue