patch/backport-Skip-ed-test-when-the-ed-utility-is-not-installed.patch

33 lines
656 B
Diff
Raw Normal View History

From 78ee5267f712c38f3343964533fb9fb7c4f70539 Mon Sep 17 00:00:00 2001
From: Andreas Gruenbacher <agruen@gnu.org>
Date: Thu, 27 Jun 2019 11:09:31 +0200
Subject: [PATCH 1/8] Skip "ed" test when the ed utility is not installed
* tests/ed-style: Require ed.
Signed-off-by: Xibo.Wang <wangxb12@chinatelecom.cn>
Conflicts:
tests/ed-style
---
tests/ed-style | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/ed-style b/tests/ed-style
index ca8e958..9907cb6 100644
--- a/tests/ed-style
+++ b/tests/ed-style
@@ -6,7 +6,8 @@
. $srcdir/test-lib.sh
-require_cat
+require cat
+require ed
use_local_patch
use_tmpdir
--
1.8.3.1