summaryrefslogtreecommitdiff
path: root/t/test-extensions.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/test-extensions.sh')
-rw-r--r--t/test-extensions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-extensions.sh b/t/test-extensions.sh
index 070099171..ca7c5eccb 100644
--- a/t/test-extensions.sh
+++ b/t/test-extensions.sh
@@ -39,7 +39,7 @@ $AUTOMAKE -a
grep -i 'log' Makefile.in # For debugging.
for lc in $valid_extensions; do
- uc=$(echo $lc | tr '[a-z]' '[A-Z]')
+ uc=$(echo $lc | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ)
$FGREP "\$(${uc}_LOG_COMPILER)" Makefile.in
grep "^${uc}_LOG_COMPILE =" Makefile.in
grep "^\.${lc}\.log:" Makefile.in