|
|
40251c |
From f57c3b19cf5c1ef0b68eab2819f4dafdcbd53b91 Mon Sep 17 00:00:00 2001
|
|
|
40251c |
From: Eric Garver <eric@garver.life>
|
|
|
40251c |
Date: Wed, 15 Jan 2020 13:44:22 -0500
|
|
|
40251c |
Subject: [PATCH 25/37] improvement: test: move dbus.at inside directory
|
|
|
40251c |
|
|
|
40251c |
(cherry picked from commit 0dfdf43524fc56d396c47198a7d2a4853373ac4c)
|
|
|
40251c |
(cherry picked from commit 015229ef5c0f97d1664fb5670b4caef6d8242a68)
|
|
|
40251c |
---
|
|
|
40251c |
src/tests/{ => dbus}/dbus.at | 0
|
|
|
40251c |
src/tests/testsuite.at | 2 +-
|
|
|
40251c |
2 files changed, 1 insertion(+), 1 deletion(-)
|
|
|
40251c |
rename src/tests/{ => dbus}/dbus.at (100%)
|
|
|
40251c |
|
|
|
40251c |
diff --git a/src/tests/dbus.at b/src/tests/dbus/dbus.at
|
|
|
40251c |
similarity index 100%
|
|
|
40251c |
rename from src/tests/dbus.at
|
|
|
40251c |
rename to src/tests/dbus/dbus.at
|
|
|
40251c |
diff --git a/src/tests/testsuite.at b/src/tests/testsuite.at
|
|
|
40251c |
index 2a925fd77dd6..546b301f1cb2 100644
|
|
|
40251c |
--- a/src/tests/testsuite.at
|
|
|
40251c |
+++ b/src/tests/testsuite.at
|
|
|
40251c |
@@ -8,7 +8,7 @@ m4_define([m4_include], [m4_builtin([include], [$1])])
|
|
|
40251c |
m4_include([functions.at])
|
|
|
40251c |
|
|
|
40251c |
m4_include([firewall-offline-cmd.at])
|
|
|
40251c |
-m4_include([dbus.at])
|
|
|
40251c |
+m4_include([dbus/dbus.at])
|
|
|
40251c |
|
|
|
40251c |
m4_foreach([FIREWALL_BACKEND], [[nftables], [iptables]], [
|
|
|
40251c |
m4_include([firewall-cmd.at])
|
|
|
40251c |
--
|
|
|
40251c |
2.23.0
|
|
|
40251c |
|