aboutsummaryrefslogtreecommitdiff
path: root/io/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-08-29 11:06:08 +0200
committerFlorian Weimer <fweimer@redhat.com>2024-09-09 09:14:22 +0200
commitf4ae345810942db891bddf9b482c72b3a120c3b2 (patch)
tree5ad2bc5994a8fe6f283ccd6163da0dff7f8861f1 /io/Makefile
parenta2509a8bc955988f01f389a1cf74db3a9da42409 (diff)
downloadglibc-f4ae345810942db891bddf9b482c72b3a120c3b2.zip
glibc-f4ae345810942db891bddf9b482c72b3a120c3b2.tar.gz
glibc-f4ae345810942db891bddf9b482c72b3a120c3b2.tar.bz2
io: Add tst-lstat-nofollow, tst-lstat-nofollow-time64
They verify that lstat, lstat64 do not follow symbolic links. Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'io/Makefile')
-rw-r--r--io/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile
index 47666a1..321b159 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -208,6 +208,7 @@ tests := \
tst-lchmod \
tst-linkat \
tst-lockf \
+ tst-lstat-nofollow \
tst-lutimes \
tst-mkdirat \
tst-mkfifoat \
@@ -237,6 +238,7 @@ tests-time64 := \
tst-futimes-time64\
tst-futimesat-time64 \
tst-lchmod-time64 \
+ tst-lstat-nofollow-time64 \
tst-lutimes-time64 \
tst-stat-time64 \
tst-utime-time64 \