tests: check for sh instead of bash in nice.exp

(in Debian CI only sh is getting printed)
This commit is contained in:
Reiner Herrmann 2023-01-18 19:20:20 +01:00
parent ebb8d8390e
commit 2946b0c04c

View file

@ -21,7 +21,7 @@ expect {
}
expect {
timeout {puts "TESTING ERROR 3\n";exit}
"bash"
"sh"
}
expect {
timeout {puts "TESTING ERROR 5\n";exit}
@ -50,7 +50,7 @@ expect {
}
expect {
timeout {puts "TESTING ERROR 13\n";exit}
"bash"
"sh"
}
expect {
timeout {puts "TESTING ERROR 15\n";exit}
@ -81,7 +81,7 @@ expect {
}
expect {
timeout {puts "TESTING ERROR 20\n";exit}
"bash"
"sh"
}
expect {
timeout {puts "TESTING ERROR 22\n";exit}