summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-04-07 14:24:58 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-04-07 14:24:58 +0000
commitd0403a383512f5c3350469aa8b300a6bd632c58e (patch)
tree09ff223f97d81f7f5f398b69d802345b50528653 /tests
parent70638e80cdcc7448b64e4074a0a7f4405e8a9803 (diff)
downloadptxdist-d0403a383512f5c3350469aa8b300a6bd632c58e.tar.gz
ptxdist-d0403a383512f5c3350469aa8b300a6bd632c58e.tar.xz
make rsh detection more case tolerant
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10263 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'tests')
-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