Blame SOURCES/0024-improvement-test-move-python.at-inside-directory.patch

40251c
From 318e99e5957fd92d6421350096c0dbc73c18f4ec Mon Sep 17 00:00:00 2001
40251c
From: Eric Garver <eric@garver.life>
40251c
Date: Wed, 15 Jan 2020 13:43:32 -0500
40251c
Subject: [PATCH 24/37] improvement: test: move python.at inside directory
40251c
40251c
(cherry picked from commit d6dbb79bd0fb470007d958296731e45912470ffe)
40251c
(cherry picked from commit 13c4830d4063dc2d76820f2a7db8b77f7427e763)
40251c
---
40251c
 src/tests/{ => python}/python.at | 0
40251c
 src/tests/testsuite.at           | 2 +-
40251c
 2 files changed, 1 insertion(+), 1 deletion(-)
40251c
 rename src/tests/{ => python}/python.at (100%)
40251c
40251c
diff --git a/src/tests/python.at b/src/tests/python/python.at
40251c
similarity index 100%
40251c
rename from src/tests/python.at
40251c
rename to src/tests/python/python.at
40251c
diff --git a/src/tests/testsuite.at b/src/tests/testsuite.at
40251c
index 364b0ca30e04..2a925fd77dd6 100644
40251c
--- a/src/tests/testsuite.at
40251c
+++ b/src/tests/testsuite.at
40251c
@@ -13,6 +13,6 @@ m4_include([dbus.at])
40251c
 m4_foreach([FIREWALL_BACKEND], [[nftables], [iptables]], [
40251c
     m4_include([firewall-cmd.at])
40251c
     m4_include([regression/regression.at])
40251c
-    m4_include([python.at])
40251c
+    m4_include([python/python.at])
40251c
     m4_include([features/features.at])
40251c
 ])
40251c
-- 
40251c
2.23.0
40251c