forked from pool/patch
113fbdee3e
- ed-style-01-missing-input-files.patch: Allow input files to be missing for ed-style patches. - ed-style-02-fix-arbitrary-command-execution.patch, ed-style-03-update-test-Makefile.patch: Fix arbitrary command execution in ed-style patches. - ed-style-04-invoke-ed-directly.patch: Invoke ed directly instead of using the shell. - ed-style-05-minor-cleanups.patch: Minor cleanups in do_ed_script. - ed-style-06-fix-test-failure.patch: Fix 'ed-style' test failure. OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=58
25 lines
643 B
Diff
25 lines
643 B
Diff
From: Bruno Haible <bruno@clisp.org>
|
|
Date: Sat, 7 Apr 2018 12:34:03 +0200
|
|
Subject: Fix 'ed-style' test failure
|
|
Git-commit: 458ac51a05426c1af9aa6bf1342ecf60728c19b4
|
|
Patch-mainline: yes
|
|
References: bsc#1088420, savannah#53566, CVE-2018-1000156
|
|
|
|
* tests/ed-style: Remove '?' line from expected output.
|
|
---
|
|
tests/ed-style | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
--- 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
|
|
|