Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137945569
D50201.id155038.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
770 B
Referenced Files
None
Subscribers
None
D50201.id155038.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D50201: rc/tests: Fix process flags checks using ps(1)
Attached
Detach File
Event Timeline
Log In to Comment