[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests: fix typo
From: |
Jim Meyering |
Subject: |
Re: [PATCH] tests: fix typo |
Date: |
Wed, 17 Mar 2010 11:40:08 +0100 |
Paolo Bonzini wrote:
> * fedora: Fix typo.
> ---
> tests/fedora | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tests/fedora b/tests/fedora
> index c022f1e..a162930 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
That's obviously my error.
Well spotted.
ACK.