about summary refs log tree commit diff
path: root/debug/test-stpcpy_chk.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-12-21 15:59:15 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-12-29 10:57:03 -0300
commit9556acd249687ac562deb6309503165d66eb06fa (patch)
tree683dede674dfe0b266a7fe143bbe733773856302 /debug/test-stpcpy_chk.c
parentfce5528fcb58aa3f44bdc6cbecdd5f6b75145b0c (diff)
downloadglibc-9556acd249687ac562deb6309503165d66eb06fa.tar.gz
glibc-9556acd249687ac562deb6309503165d66eb06fa.tar.xz
glibc-9556acd249687ac562deb6309503165d66eb06fa.zip
debug: Adapt fortify tests to libsupport
Checked on aarch64, armhf, x86_64, and i686.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'debug/test-stpcpy_chk.c')
-rw-r--r--debug/test-stpcpy_chk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/test-stpcpy_chk.c b/debug/test-stpcpy_chk.c
index 938f3c0ceb..0b9fed49cc 100644
--- a/debug/test-stpcpy_chk.c
+++ b/debug/test-stpcpy_chk.c
@@ -19,7 +19,7 @@
 #define STRCPY_RESULT(dst, len) ((dst) + (len))
 #define TEST_MAIN
 #define TEST_NAME "stpcpy_chk"
-#include "../string/test-string.h"
+#include <string/test-string.h>
 
 extern void __attribute__ ((noreturn)) __chk_fail (void);
 char *simple_stpcpy_chk (char *, const char *, size_t);