summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/libptxdisttest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libptxdisttest.sh b/tests/libptxdisttest.sh
index 01da86b1b..5e79b632f 100644
--- a/tests/libptxdisttest.sh
+++ b/tests/libptxdisttest.sh
@@ -271,7 +271,8 @@ all_on_board() {
then
test_begin
checking "for local real rsh availability"
- rsh 2>&1 | grep -q "usage: rsh"
+ # not all 'rsh' of this world starting a sentence with lower case
+ rsh 2>&1 | grep -q "sage: rsh"
result fatal
test_end
fi