From 2946b0c04c46012877c780b50c7fc160be0bb599 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Wed, 18 Jan 2023 19:20:20 +0100 Subject: tests: check for sh instead of bash in nice.exp (in Debian CI only sh is getting printed) --- test/environment/nice.exp | 6 +++--- 1 file 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 { } 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} -- cgit v1.2.3-54-g00ecf