linux/tools/testing/selftests/exec
Muhammad Usama Anjum 908a26e139 selftests/exec: Remove pipe from TEST_GEN_FILES
pipe named FIFO special file is being created in execveat.c to perform
some tests. Makefile doesn't need to do anything with the pipe. When it
isn't found, Makefile generates the following build error:

make: *** No rule to make target
'../tools/testing/selftests/exec/pipe', needed by 'all'.  Stop.

pipe is created and removed during test run-time.

Amended change log to add pipe remove info:
Shuah Khan <skhan@linuxfoundation.org>

Fixes: 61016db15b ("selftests/exec: Verify execve of non-regular files fail")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2022-01-27 11:01:20 -07:00
..
.gitignore tools/testing/selftests: add self-test for verifying load alignment 2020-10-16 11:11:21 -07:00
binfmt_script selftests/exec: Add binfmt_script regression test 2020-05-21 10:24:39 -05:00
execveat.c selftests/exec: Verify execve of non-regular files fail 2020-05-22 09:29:00 -06:00
load_address.c tools/testing/selftests: add self-test for verifying load alignment 2020-10-16 11:11:21 -07:00
Makefile selftests/exec: Remove pipe from TEST_GEN_FILES 2022-01-27 11:01:20 -07:00
non-regular.c selftests/exec: add file type errno tests 2020-08-14 19:56:56 -07:00
recursion-depth.c exec selftests: test ->recursion_depth 2019-05-14 19:52:50 -07:00