From 6ba205b2c35e3e024c8c12d2ee1b73363e84da87 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 19 Jun 2019 17:07:41 -0400 Subject: nftw: fill in stat buf for dangling links [BZ #23501] As per Austin Group interpretation, "the object" wrt a dangling symlink is the symlink itself, despite FTW_PHYS. Reviewed-by: Tulio Magno Quites Machado Filho --- io/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'io/Makefile') diff --git a/io/Makefile b/io/Makefile index ac3e29e..cfbf4cd 100644 --- a/io/Makefile +++ b/io/Makefile @@ -73,7 +73,8 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \ tst-mknodat tst-mkfifoat tst-ttyname_r bug-ftw5 \ tst-posix_fallocate tst-posix_fallocate64 \ tst-fts tst-fts-lfs tst-open-tmpfile \ - tst-copy_file_range tst-getcwd-abspath tst-lockf + tst-copy_file_range tst-getcwd-abspath tst-lockf \ + tst-ftw-lnk # Likewise for statx, but we do not need static linking here. tests-internal += tst-statx -- cgit v1.1