K 10 svn:author V 4 ngie K 8 svn:date V 27 2019-04-01T18:17:48.183428Z K 7 svn:log V 386 Fix build for Linux In order for the test to build/run, I needed to add an `Execveat` subclass of `Execve`, then use `TEST_F(..)` for the test in order to leverage `exec_prog_`. This wasn't caught previously, because FreeBSD lacks an execveat(2) call, unlike Linux. Reported by: David Drysdale Pull Request: https://github.com/google/capsicum-test/pull/41 (WIP) END