]> granicus.if.org Git - strace/commit
tests: add keyctl variants with different xlat verbosity levels
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 21 May 2018 01:50:16 +0000 (03:50 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 25 May 2018 09:15:03 +0000 (09:15 +0000)
commit42c9ff9cfe3fed788de74f2e91471612148643c0
tree9e466f32441e9ee7391aea3e4d7f3f336c2c5403
parent22aa768c1dfecc80a2a20b1b36f7777a7b33c366
tests: add keyctl variants with different xlat verbosity levels

* tests/keyctl-Xabbrev.c: New file.
* tests/keyctl-Xraw.c: Likewise.
* tests/keyctl-Xverbose.c: Likewise.
* tests/keyctl.c (XARG_STR): New macro.
(do_keyctl): Print command in accordance with XLAT_RAW/XLAT_VERBOSE settings.
(main): Update expected output.
* tests/pure_executables.list: Add keyctl-Xabbrev, keyctl-Xraw,
and keyctl-Xverbose.
* tests/.gitignore: Likewise.
* tests/gen_tests.in (keyctl-Xabbrev, keyctl-Xraw, keyctl-Xverbose): New
tests.
tests/.gitignore
tests/gen_tests.in
tests/keyctl-Xabbrev.c [new file with mode: 0644]
tests/keyctl-Xraw.c [new file with mode: 0644]
tests/keyctl-Xverbose.c [new file with mode: 0644]
tests/keyctl.c
tests/pure_executables.list