summaryrefslogtreecommitdiff
path: root/src/test/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/runtests.sh')
-rwxr-xr-xsrc/test/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/runtests.sh b/src/test/runtests.sh
index a4b3f18..5a87c84 100755
--- a/src/test/runtests.sh
+++ b/src/test/runtests.sh
@@ -93,7 +93,7 @@ ebegin "Checking for x* func usage"
out=$(cd ${top_srcdir}; find src -name '*.[ch]' \
-exec grep -n -E '\<(malloc|strdup)[[:space:]]*\(' {} + \
| grep -v \
- -e src/includes/rc-misc.h \
+ -e src/includes/helpers.h \
-e src/libeinfo/libeinfo.c)
[ -z "${out}" ]
eend $? "These need to be using the x* variant:"$'\n'"${out}"