Revision 024ade7b1079337340a86c8dbe7e99f82998cce4 authored by Sebastian Dröge on 04 January 2019, 11:00:34 UTC, committed by Sebastian Dröge on 04 January 2019, 13:11:52 UTC
These would only happen if the API contract of the write() and writev()
functions was broken by subclasses.
1 parent 2d8ce2c
Raw File
tap-test
#! /bin/sh

# run a GTest in tap mode. The test binary is passed as $1

$1 -k --tap
back to top