Also provide security hints when testing configure(1)

This commit is contained in:
Pierre Pronchery 2018-03-09 02:59:32 +01:00
parent 9f8477e0a3
commit 7522e14416

View File

@ -27,7 +27,7 @@
#variables
PROGNAME="tests.sh"
#executables
CONFIGURE="$OBJDIR../tools/configure"
CONFIGURE="$OBJDIR../tools/configure -S"
DATE="date"
DIFF="diff"
RM="rm -f"