[PATCH] tests: remove close_range* tests from pure_executables.list

Dmitry V. Levin ldv at altlinux.org
Tue Nov 10 16:48:04 UTC 2020


On Mon, Nov 09, 2020 at 09:26:49PM +0100, Sven Schnelle wrote:
> close_range* relies on /dev/full being opened on fd 7, so remove
> them from pure_executable.list.
> 
> Signed-off-by: Sven Schnelle <svens at linux.ibm.com>

Thanks, applied with the following adjustment:

> ---
>  tests/Makefile.am           | 4 ++++
>  tests/pure_executables.list | 4 ----
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index b9a58f55..f2975dba 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -260,6 +260,10 @@ check_PROGRAMS = $(PURE_EXECUTABLES) \
>  	xetpriority--pidns-translation \
>  	xet_robust_list--pidns-translation \
>  	zeroargc \
> +	close_range \
> +	close_range-P \
> +	close_range-y \
> +	close_range-yy \
>  	# end of check_PROGRAMS

We try to keep this list sorted, so I moved these lines a bit.


-- 
ldv


More information about the Strace-devel mailing list