diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-02-11 16:22:19 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-02-12 08:44:29 +0100 |
commit | 47136d6cc38c425b150dda83989303ac55f6443c (patch) | |
tree | fd8200a1a1c17be62962052135da4b3164707426 /io/Makefile | |
parent | 752dd17443e55a4535cb9e6baa4e550ede383540 (diff) | |
download | glibc-47136d6cc38c425b150dda83989303ac55f6443c.zip glibc-47136d6cc38c425b150dda83989303ac55f6443c.tar.gz glibc-47136d6cc38c425b150dda83989303ac55f6443c.tar.bz2 |
io: Add io/tst-lchmod covering lchmod and fchmodat
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/Makefile b/io/Makefile index 437a773..04c4647 100644 --- a/io/Makefile +++ b/io/Makefile @@ -74,7 +74,7 @@ tests := test-utime test-stat test-stat2 test-lfs tst-getcwd \ tst-posix_fallocate tst-posix_fallocate64 \ tst-fts tst-fts-lfs tst-open-tmpfile \ tst-copy_file_range tst-getcwd-abspath tst-lockf \ - tst-ftw-lnk tst-file_change_detection + tst-ftw-lnk tst-file_change_detection tst-lchmod # Likewise for statx, but we do not need static linking here. tests-internal += tst-statx |