Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157751057
D56231.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
334 B
Referenced Files
None
Subscribers
None
D56231.diff
View Options
diff --git a/usr.bin/yes/tests/yes_test.sh b/usr.bin/yes/tests/yes_test.sh
--- a/usr.bin/yes/tests/yes_test.sh
+++ b/usr.bin/yes/tests/yes_test.sh
@@ -52,6 +52,8 @@
{
yes y >/dev/null &
local pid=$!
+ # Wait for yes(1) to exec before checking args
+ sleep 0.1
atf_check -o inline:"yes y\n" ps -o args= $pid
kill $pid
wait
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 25, 8:24 PM (16 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31043553
Default Alt Text
D56231.diff (334 B)
Attached To
Mode
D56231: yes: fix argv test race between fork and exec
Attached
Detach File
Event Timeline
Log In to Comment