From 4cfdc71cc57ccf501e1ec97483576636615ce784 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Nov 2011 18:35:27 +0100 Subject: tests: fix typo in last change * tests/word-delim-multibyte: Use double quotes around $e_acute, not single quotes. Spotted by Bruno Haible. This and the preceding change do not resolve the XPASS failure on OpenBSD 4.9 after all. See the explanation at http://thread.gmane.org/gmane.comp.gnu.grep.bugs/4022 --- tests/word-delim-multibyte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/word-delim-multibyte b/tests/word-delim-multibyte index a6411aff..e0fa2661 100755 --- a/tests/word-delim-multibyte +++ b/tests/word-delim-multibyte @@ -11,7 +11,7 @@ LC_ALL=en_US.UTF-8 export LC_ALL fail=0 -grep '\<$e_acute' in > out 2>err || fail=1 +grep "\<$e_acute" in > out 2>err || fail=1 compare out in || fail=1 compare err /dev/null || fail=1 -- cgit v1.2.1