]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: move all basenc tests to their own directory
authorPádraig Brady <P@draigBrady.com>
Fri, 6 Oct 2023 15:31:47 +0000 (16:31 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 6 Oct 2023 17:22:35 +0000 (18:22 +0100)
* 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

tests/basenc/base64.pl [moved from tests/misc/base64.pl with 100% similarity]
tests/basenc/basenc.pl [moved from tests/misc/basenc.pl with 100% similarity]
tests/local.mk

similarity index 100%
rename from tests/misc/base64.pl
rename to tests/basenc/base64.pl
similarity index 100%
rename from tests/misc/basenc.pl
rename to tests/basenc/basenc.pl
index b74a4a2340e57dbd61d2d0235c00a8c0a26aeac1..79fea1f6e813ec251d0de36da38a18dfb77f05f2 100644 (file)
@@ -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                         \