summaryrefslogtreecommitdiff
path: root/t/help-silent.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/help-silent.sh')
-rwxr-xr-xt/help-silent.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/t/help-silent.sh b/t/help-silent.sh
index d5fc34225..2be4fefc0 100755
--- a/t/help-silent.sh
+++ b/t/help-silent.sh
@@ -28,16 +28,14 @@ $ACLOCAL
mv -f configure.ac configure.tmpl
-q="[\`'\"]"
-
for args in '' '([])' '([yes])' '([no])'; do
sed "s/AM_SILENT_RULES.*/&$args/" configure.tmpl >configure.ac
cat configure.ac
$AUTOCONF --force
grep_configure_help --enable-silent-rules \
- " less verbose build.*\\(undo.*${q}make V=1${q}"
+ ' less verbose build.*\(undo.*"make V=1".*\)'
grep_configure_help --disable-silent-rules \
- " verbose build.*\\(undo.*${q}make V=0${q}"
+ ' verbose build.*\(undo.*"make V=0".*\)'
done
: