summaryrefslogtreecommitdiff
path: root/t/txinfo9.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/txinfo9.sh')
-rwxr-xr-xt/txinfo9.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/txinfo9.sh b/t/txinfo9.sh
index eb2cbdcae..6d9c28b4c 100755
--- a/t/txinfo9.sh
+++ b/t/txinfo9.sh
@@ -35,7 +35,7 @@ $AUTOMAKE
# overkill.
for t in info dist-info dvi-am install-html uninstall-pdf-am; do
$EGREP "(^| )$t*.:" Makefile.in # For debugging.
- test `$EGREP -c "(^| )$t(:| *.:)" Makefile.in` -eq 1
+ test $($EGREP -c "(^| )$t(:| *.:)" Makefile.in) -eq 1
done
: