6c1aee8
commit 458ac51a05426c1af9aa6bf1342ecf60728c19b4
6c1aee8
Author: Bruno Haible <bruno@clisp.org>
6c1aee8
Date:   Sat Apr 7 12:34:03 2018 +0200
6c1aee8
6c1aee8
    Fix 'ed-style' test failure.
6c1aee8
    
6c1aee8
    * tests/ed-style: Remove '?' line from expected output.
6c1aee8
6c1aee8
diff --git a/tests/ed-style b/tests/ed-style
6c1aee8
index d8c0689..6b6ef9d 100644
6c1aee8
--- a/tests/ed-style
6c1aee8
+++ b/tests/ed-style
6c1aee8
@@ -31,8 +31,7 @@ r !echo bar
6c1aee8
 ,p
6c1aee8
 EOF
6c1aee8
 
6c1aee8
-check 'patch -e foo -i ed2.diff 2> /dev/null || echo "Status: $?"' <
6c1aee8
-?
6c1aee8
+check 'patch -e foo -i ed2.diff > /dev/null 2> /dev/null || echo "Status: $?"' <
6c1aee8
 Status: 2
6c1aee8
 EOF
6c1aee8