summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-12-15 12:57:28 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-12-15 12:57:47 -0800
commit06ce13ab4c4b53606d3cc3d6c42add2b7a91e2a7 (patch)
treef481f76de53edce0fc459b7ebba0fdd088241590
parent2725f1ee63e60da75a3884bcd6363ef6dbe9a39f (diff)
downloadgrep-06ce13ab4c4b53606d3cc3d6c42add2b7a91e2a7.tar.gz
tests: fix diagnostic typo
Fix by Bruno Haible in: https://lists.gnu.org/r/grep-devel/2018-12/msg00003.html * tests/init.cfg (envvar_check_fail): Fix diagnostic.
-rw-r--r--tests/init.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.cfg b/tests/init.cfg
index 1677ec57..f577d2b9 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -134,7 +134,7 @@ require_JP_EUC_locale_()
*) ;;
esac
- skip_ "$loc locale not found"
+ skip_ "$locale locale not found"
}
expensive_()