summaryrefslogtreecommitdiff
path: root/tests/record-pad.c
Commit message (Collapse)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-92/+81
| | | | Signed-off-by: Daiki Ueno <ueno@gnu.org>
* Indent codeZoltan Fridrich2023-01-271-105/+85
| | | | | Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* tests: add a safeguard to terminate()Alexander Sosedkin2021-08-301-0/+1
| | | | | | Add a safeguard to `terminate()` so that we don't kill whole pgroups. Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* record: fail with invalid request when attempting to send no pad and no dataNikos Mavrogiannopoulos2018-06-201-1/+20
| | | | | | | Previously we were returning an internal error which seems to be incorrect in that case. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: enhance padding checkNikos Mavrogiannopoulos2018-06-201-0/+395
This introduces tests for zero-data transfers with padding as well as padding and de-padding with safe padding flag set. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>