Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Only enable 'trap' for new enough harnesses.
The 'trap' option was added to TAP::Harness version 3.22. Attempting to set it on earlier versions is a fatal error, and aborts testing. Hence pass argument conditionally, based on $TAP::Harness::VERSION. Signed-off-by: Moritz Lenz <moritz@faui2k3.org>
- Loading branch information