Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test/Makefile for FreeBSD shell redirection compatibility
* FreeBSD shell does not accept `&>` as the redirect operator; Explicitly rewrite `&>/dev/null` to `>/dev/null 2>&1` as a workaround
- Loading branch information