summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2015-10-21 11:36:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-10-27 11:10:56 +0100
commitfdda8efe8b075f21749cee2b2a33dc1a8ffee92c (patch)
tree238c03715b660896716aac974bc4ca68da3d991f /tests
parentfa2b877c77f8f796946d6774650446e7e6e3eead (diff)
downloadptxdist-fdda8efe8b075f21749cee2b2a33dc1a8ffee92c.tar.gz
ptxdist-fdda8efe8b075f21749cee2b2a33dc1a8ffee92c.tar.xz
Update test for presence of procps ps
Since commit ea6d375e95f9 ("procps: switch from procps to procps-ng") the output of ps --help (on the target) changed which breaks the respective test. I didn't check what happens if this updated test hits an old procps but this hardly matters. Cc: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/libptxdisttest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libptxdisttest.sh b/tests/libptxdisttest.sh
index 783a542c4..6bfeafe3f 100644
--- a/tests/libptxdisttest.sh
+++ b/tests/libptxdisttest.sh
@@ -303,7 +303,7 @@ all_on_board() {
test_end
test_begin
checking "for regular ps on target"
- remote 'ps --help | grep -q "^-o"' 2>> "$LOGFILE"
+ remote 'ps --help all | grep -q -e "-o"' 2>> "$LOGFILE"
result fatal
test_end
}