--- a/scripts/test/grep.test	2014-09-09 17:05:21.575000333 +0530
+++ b/scripts/test/grep.test	2014-09-09 11:28:09.577001061 +0530
@@ -86,7 +86,7 @@
 
 # Not sure if -Fx '' should do? Posix is unclear, '' match every line but does
 # it match every _byte_ in that line?
-testing "grep -Fx ''" "grep -Fx '' input" "one one one\n" "one one one\n" ""
+testing "grep -Fx ''" "grep -Fx '' input || echo yes" "yes\n" "one one one\n" ""
 testing "grep -F ''" "grep -F '' input" "one one one\n" "one one one\n" ""
 testing "grep -F -e blah -e ''" "grep -F -e blah -e '' input" "one one one\n" \
   "one one one\n" ""
