From: Jo Zzsi Date: Sun, 15 Sep 2024 00:49:40 +0000 (-0400) Subject: test: move test dracut modules under the test/ directory X-Git-Tag: 104~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae386a5bbae88b1c3cd4fb7bb86f289cdab28f1;p=thirdparty%2Fdracut-ng.git test: move test dracut modules under the test/ directory --- diff --git a/modules.d/80test b/modules.d/80test new file mode 120000 index 000000000..ad81b7b12 --- /dev/null +++ b/modules.d/80test @@ -0,0 +1 @@ +../test/modules.d/80test \ No newline at end of file diff --git a/modules.d/80test-makeroot b/modules.d/80test-makeroot new file mode 120000 index 000000000..2ca16d4b4 --- /dev/null +++ b/modules.d/80test-makeroot @@ -0,0 +1 @@ +../test/modules.d/80test-makeroot \ No newline at end of file diff --git a/modules.d/80test-root b/modules.d/80test-root new file mode 120000 index 000000000..09d2f2dda --- /dev/null +++ b/modules.d/80test-root @@ -0,0 +1 @@ +../test/modules.d/80test-root \ No newline at end of file diff --git a/modules.d/80test-makeroot/finished-false.sh b/test/modules.d/80test-makeroot/finished-false.sh similarity index 100% rename from modules.d/80test-makeroot/finished-false.sh rename to test/modules.d/80test-makeroot/finished-false.sh diff --git a/modules.d/80test-makeroot/module-setup.sh b/test/modules.d/80test-makeroot/module-setup.sh similarity index 100% rename from modules.d/80test-makeroot/module-setup.sh rename to test/modules.d/80test-makeroot/module-setup.sh diff --git a/modules.d/80test-root/module-setup.sh b/test/modules.d/80test-root/module-setup.sh similarity index 100% rename from modules.d/80test-root/module-setup.sh rename to test/modules.d/80test-root/module-setup.sh diff --git a/modules.d/80test-root/test-init.sh b/test/modules.d/80test-root/test-init.sh similarity index 100% rename from modules.d/80test-root/test-init.sh rename to test/modules.d/80test-root/test-init.sh diff --git a/modules.d/80test/hard-off.sh b/test/modules.d/80test/hard-off.sh similarity index 100% rename from modules.d/80test/hard-off.sh rename to test/modules.d/80test/hard-off.sh diff --git a/modules.d/80test/module-setup.sh b/test/modules.d/80test/module-setup.sh similarity index 100% rename from modules.d/80test/module-setup.sh rename to test/modules.d/80test/module-setup.sh