summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/word-delim-multibyte2
1 files changed, 1 insertions, 1 deletions
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