Page MenuHomeFreeBSD

D50201.id155038.diff
No OneTemporary

D50201.id155038.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
Fri, Nov 28, 1:23 PM (16 h, 31 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26284933
Default Alt Text
D50201.id155038.diff (770 B)

Event Timeline