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

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