summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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
}