summaryrefslogtreecommitdiff
path: root/tests/spencer1-locale
diff options
context:
space:
mode:
authorTony Abou-Assaleh <taa@acm.org>2010-03-25 16:12:50 +0100
committerJim Meyering <meyering@redhat.com>2010-03-25 16:14:19 +0100
commit74ab780290c4cfdd71f4981d011041d44fbffffa (patch)
treea82af2315f6cf0944a665bf3f729bf7290344de2 /tests/spencer1-locale
parent015240e846c8a6614272d44f351a5faee8b9aa93 (diff)
downloadgrep-74ab780290c4cfdd71f4981d011041d44fbffffa.tar.gz
tests: use awk's -v option more portably
* tests/spencer1-locale: Add a space between awk's "-v" option and the following VAR=value string, to avoid test failure on Mac OS X.
Diffstat (limited to 'tests/spencer1-locale')
-rwxr-xr-xtests/spencer1-locale2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spencer1-locale b/tests/spencer1-locale
index f0b20115..fa9909de 100755
--- a/tests/spencer1-locale
+++ b/tests/spencer1-locale
@@ -15,7 +15,7 @@ fail=0
# . . . and the following by Henry Spencer.
-${AWK-awk} -vextra_locale=$LOCALE_FR_UTF8 \
+${AWK-awk} -v extra_locale=$LOCALE_FR_UTF8 \
-f "$abs_srcdir/spencer1-locale.awk" "$abs_srcdir/spencer1.tests" \
> spencer1-locale.script || fail=1