From 7522e14416f23fafddb469baea3c4fa1556c2ea0 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 9 Mar 2018 02:59:32 +0100 Subject: [PATCH] Also provide security hints when testing configure(1) --- tests/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.sh b/tests/tests.sh index 8e4d6e5..90c7747 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -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"