opnsense-src/lib/csu/tests
Jose Luis Duran 841856570e
csu tests: Remove extra slash
Remove an extra slash that ends up in the metalog.  This double slash
can produce an invalid specification file if there are subdirectories
down the hierarchy when sorted.

For example, consider the following metalog excerpt:

    ./base/aaa type=dir
    ./base//aaa/bbb type=dir

If sorted, would turn out:

    ./base//aaa/bbb type=dir
    ./base/aaa type=dir

Apparently missing the ./base/aaa directory in the specification.

Luckily here are no subdirectories.

Reviewed by:	imp, emaste
Approved by:	emaste (mentor)
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D48778
2025-02-04 14:15:12 +00:00
..
dso csu tests: Remove extra slash 2025-02-04 14:15:12 +00:00
dynamic Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
dynamiclib Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
dynamicpie Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
static Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
cxx_constructors.cc lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
fini_test.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
init_test.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
Makefile pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-dev 2024-12-23 17:03:30 -05:00
Makefile.inc Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.tests Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00