summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-04-07 12:34:03 +0200
committerAndreas Gruenbacher <agruen@gnu.org>2018-04-07 16:41:14 +0200
commit458ac51a05426c1af9aa6bf1342ecf60728c19b4 (patch)
tree0409722218786a86d87fb5dcd47be147675eca39
parent1e9104c18019e7dc6b5590aea4b1d4f9d8ecfd56 (diff)
downloadpatch-458ac51a05426c1af9aa6bf1342ecf60728c19b4.tar.gz
Fix 'ed-style' test failure.
* tests/ed-style: Remove '?' line from expected output.
-rw-r--r--tests/ed-style3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ed-style b/tests/ed-style
index d8c0689..6b6ef9d 100644
--- a/tests/ed-style
+++ b/tests/ed-style
@@ -31,8 +31,7 @@ r !echo bar
,p
EOF
-check 'patch -e foo -i ed2.diff 2> /dev/null || echo "Status: $?"' <<EOF
-?
+check 'patch -e foo -i ed2.diff > /dev/null 2> /dev/null || echo "Status: $?"' <<EOF
Status: 2
EOF