Page MenuHomeFreeBSD

D56231.diff
No OneTemporary

D56231.diff

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

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)

Event Timeline