summaryrefslogtreecommitdiff
path: root/tests/portable/strlcpy.c
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2016-01-17 14:33:11 -0800
committerRuss Allbery <eagle@eyrie.org>2016-01-17 14:33:11 -0800
commit128699d54becd0aa45f1fd43a0ab38642a58ce86 (patch)
tree972a8fbb6aa707910963b8281d73506ec9076c7d /tests/portable/strlcpy.c
parent57a5a0095c3fe0f22dcbb9d99a82cc94f2b608c7 (diff)
Remove remaining uses of strlcpy and strlcat
Diffstat (limited to 'tests/portable/strlcpy.c')
-rw-r--r--tests/portable/strlcpy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/portable/strlcpy.c b/tests/portable/strlcpy.c
deleted file mode 100644
index d444595..0000000
--- a/tests/portable/strlcpy.c
+++ /dev/null
@@ -1,2 +0,0 @@
-#define TESTING 1
-#include <portable/strlcpy.c>