29 lines
710 B
Diff
29 lines
710 B
Diff
From a693479f45f1abc1f5a4ce45573c8f72e020e3b8 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Mon, 21 Sep 2015 13:12:43 -0400
|
|
Subject: [PATCH] RHEL 8: tests: Disable daemon tests that require the 'unix'
|
|
backend.
|
|
|
|
---
|
|
tests/daemon/Makefile.am | 4 +---
|
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
|
|
diff --git a/tests/daemon/Makefile.am b/tests/daemon/Makefile.am
|
|
index 053cad3e1..0d723fee4 100644
|
|
--- a/tests/daemon/Makefile.am
|
|
+++ b/tests/daemon/Makefile.am
|
|
@@ -23,9 +23,7 @@ include $(top_srcdir)/subdir-rules.mk
|
|
|
|
check_DATA = captive-daemon.pm
|
|
|
|
-TESTS = \
|
|
- test-daemon-start.pl \
|
|
- test-btrfs.pl
|
|
+TESTS =
|
|
|
|
TESTS_ENVIRONMENT = $(top_builddir)/run --test
|
|
|
|
--
|
|
2.21.0
|
|
|