diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2010-03-17 11:35:04 +0100 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2010-03-17 11:35:46 +0100 |
commit | 4adeed466aebc9f470fda44744188ae9c8f112d8 (patch) | |
tree | 66fe263a6b4e67341fc8318eeb352a26affc6d1a | |
parent | c0a02fbed7555376a5d12327622b6942ade87d31 (diff) | |
download | grep-4adeed466aebc9f470fda44744188ae9c8f112d8.tar.gz |
tests: fix typo
* fedora: Fix typo.
-rw-r--r-- | tests/fedora | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fedora b/tests/fedora index c022f1e7..a1629307 100644 --- a/tests/fedora +++ b/tests/fedora @@ -39,7 +39,7 @@ grep -F -w -f 116909.list 116909.in | diff - 116909.out && ok || fail U=https://bugzilla.redhat.com/show_bug.cgi?id=123362 echo -n "bad handling of brackets in UTF-8: " echo Y > 123362.out -echo Y | LC_ALL=de_DE.UTF-8 grep -i '[y,Y]' | diff - 123362.out && ok | fail +echo Y | LC_ALL=de_DE.UTF-8 grep -i '[y,Y]' | diff - 123362.out && ok || fail U=https://bugzilla.redhat.com/show_bug.cgi?id=112869 echo -n "crash with \W: " |