]> granicus.if.org Git - strace/commit
tests: use STRINGIFY instead of _STR
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 6 Jun 2018 10:10:43 +0000 (10:10 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 6 Jun 2018 10:10:43 +0000 (10:10 +0000)
commit88d6b7287c5f61b6fb0ce1c337cf489150cf3172
tree8b029273e57f1f12477e3622a9eca1ea6ff75f68
parentf7c60460262fe0be1dbe17e7f2f7bdba6a0e65a4
tests: use STRINGIFY instead of _STR

Remove _STR which is essentially the same as STRINGIFY but from
the namespace where we should not introduce new identifiers.

* tests/tests.h (_STR): Remove.
* tests/add_key.c (main): Replace _STR with STRINGIFY.
* tests/keyctl.c (XARG_STR): Likewise.
* tests/request_key.c (main): Likewise.
tests/add_key.c
tests/keyctl.c
tests/request_key.c
tests/tests.h