Sponsored by: Klara, Inc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 59832 Build 56717: arc lint + arc unit
Event Timeline
usr.bin/env/tests/env_test.sh | ||
---|---|---|
127 ↗ | (On Diff #144469) | The rest of the file puts opening braces on their own lines. |
133 ↗ | (On Diff #144469) | Does it make sense to sleep for a bit first, to make sure that the other end of the pipe has time to close? Maybe I'm missing something, but this looks like it might fail only sometimes. |
usr.bin/env/tests/env_test.sh | ||
---|---|---|
127 ↗ | (On Diff #144469) | Yeah sorry this was copy-pasted from asa. |
133 ↗ | (On Diff #144469) | It works 100% of the time, we use the exact same procedure several other places (including asa which is where I copied this from). Timing doesn't matter because none of the output is consumed and the kernel doesn't buffer it. |