Page MenuHomeFreeBSD

D50201.id.diff
No OneTemporary

D50201.id.diff

diff --git a/libexec/rc/tests/rc_subr_test.sh b/libexec/rc/tests/rc_subr_test.sh
--- a/libexec/rc/tests/rc_subr_test.sh
+++ b/libexec/rc/tests/rc_subr_test.sh
@@ -59,9 +59,9 @@
atf_check -s exit:0 -o inline:"Starting ${__name}.\n" -e empty \
/bin/sh "$__script" "$__name" "$__pidfile" "$__childpidfile" onestart
atf_check -s exit:0 -o match:'^..1..... .......1$' -e empty \
- ps -p "$(cat "$__pidfile")" -ax -o flags,flags2
+ ps -p "$(cat "$__pidfile")" -o flags,flags2
atf_check -s exit:0 -o match:'^..1..... .......1$' -e empty \
- ps -p "$(cat "$__childpidfile")" -ax -o flags,flags2
+ ps -p "$(cat "$__childpidfile")" -o flags,flags2
atf_check -s exit:0 -o ignore -e empty \
/bin/sh "$__script" "$__name" "$__pidfile" "$__childpidfile" onestop
}

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 23, 8:35 PM (5 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32043201
Default Alt Text
D50201.id.diff (770 B)

Event Timeline