From: Pádraig Brady Date: Fri, 6 Oct 2023 15:31:47 +0000 (+0100) Subject: tests: move all basenc tests to their own directory X-Git-Tag: v9.5~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caa716803a76680d6662d3f4021ed612157ab044;p=thirdparty%2Fcoreutils.git tests: move all basenc tests to their own directory * tests/misc/base64.pl: Move to tests/basenc/base64.pl * tests/misc/basenc.pl: Move to tests/basenc/basenc.pl * tests/local.mk: Adjust accordingly --- diff --git a/tests/misc/base64.pl b/tests/basenc/base64.pl similarity index 100% rename from tests/misc/base64.pl rename to tests/basenc/base64.pl diff --git a/tests/misc/basenc.pl b/tests/basenc/basenc.pl similarity index 100% rename from tests/misc/basenc.pl rename to tests/basenc/basenc.pl diff --git a/tests/local.mk b/tests/local.mk index b74a4a2340..79fea1f6e8 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -288,9 +288,9 @@ all_tests = \ tests/cat/cat-proc.sh \ tests/cat/cat-buf.sh \ tests/cat/cat-self.sh \ - tests/misc/base64.pl \ tests/misc/basename.pl \ - tests/misc/basenc.pl \ + tests/basenc/base64.pl \ + tests/basenc/basenc.pl \ tests/misc/close-stdout.sh \ tests/chroot/chroot-fail.sh \ tests/cksum/cksum.sh \