]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: (tests) fix failure reporting in filter test
authorThomas Weißschuh <thomas@t-8ch.de>
Tue, 28 Apr 2026 17:38:46 +0000 (19:38 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 28 Apr 2026 22:09:00 +0000 (00:09 +0200)
commite81fabf5d9eeec1e5fba77bbab01b6cadaf0ff0b
tree5c3754fca3024e90cc0371aaeef622fda803c7e5
parent08087a7204fd1e8317b2b9194d7e37b966d86996
libsmartcols: (tests) fix failure reporting in filter test

The pipeline executes the calls to ts_init_subtest and
ts_finalize_subtest in a subshell. This breaks their functionality
and test failures are not reported properly.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/ts/libsmartcols/filter