[Bug 233646] Flakey test case: bin.sh.builtins.functional_test.kill1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 27 21:45:45 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233646

--- Comment #2 from Enji Cooper <yaneurabeya at gmail.com> ---
I could be wrong... but this seems racy:

```
 1 # $FreeBSD$
 2 
 3 : &
 4 p1=$!
 5 : &
 6 p2=$!
 7 wait $p2
 8 kill %1
```

@jilles: would it be better if sleep 5 was backgrounded instead?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-testing mailing list