[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] tests: fix typo
From: |
Paolo Bonzini |
Subject: |
[PATCH] tests: fix typo |
Date: |
Wed, 17 Mar 2010 11:35:38 +0100 |
* 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
U=https://bugzilla.redhat.com/show_bug.cgi?id=112869
echo -n "crash with \W: "
--
1.6.6.1
- [PATCH] tests: fix typo,
Paolo Bonzini <=