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