]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
common/rc: let xfs_scrub tell us about its unicode checker
authorDarrick J. Wong <djwong@kernel.org>
Mon, 11 Apr 2022 22:55:02 +0000 (15:55 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 17 Apr 2022 14:19:16 +0000 (22:19 +0800)
commit86e537edb41d9fbda0d6a18a8a30fc5c3f49d886
tree38935a8fceb15194fd359d886fd16ce7b030df6d
parent0ab8b3ac61ffe7c3b5ac01b6727cc11cddf03384
common/rc: let xfs_scrub tell us about its unicode checker

Now that xfs_scrub can report whether or not it was built with the
Unicode name checker, rewrite _check_xfs_scrub_does_unicode to take
advantage of that.  This supersedes the old method of trying to observe
dynamic library linkages and grepping the binary, neither of which
worked very well.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/rc