]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Pass down autoconf's EGREP to the tests.
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 1 Jul 2025 19:30:23 +0000 (21:30 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 2 Jul 2025 01:57:11 +0000 (21:57 -0400)
commit2023feb7121bc569d5d440ef901296ef20b64c38
tree5af3d5e3d8f6d837f8c7c437fa8144d5488c7b65
parent487d8fb8555fd1462061152ad97fe77c1c749cf9
Pass down autoconf's EGREP to the tests.

Care was taken to make sure where to quote and where not to; variable
assignments with EGREP=@EGREP@ need quoting in order not to split the
variable into tokens; expansions in places where we used to invoke egrep
need not because they actually need to split $EGREP contents in case
it's "grep -E".

This fixes "egrep is obsolescent" warnings on newer coreutils.

Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
18 files changed:
tests/Makefile.in
tests/f_pre_1970_date_encoding/script
tests/m_minrootdir/script
tests/m_rootdir/script
tests/m_rootdir_acl/script
tests/m_rootpaxtar/script
tests/t_change_uuid/script
tests/t_change_uuid_mcsum/script
tests/t_change_uuid_mcsum_mounted/script
tests/t_change_uuid_mcsum_seed_mounted/script
tests/t_change_uuid_mounted/script
tests/t_dangerous/script
tests/t_disable_changed_csum_seed/script
tests/t_disable_changed_csum_seed_mounted/script
tests/t_disable_csum_seed/script
tests/t_disable_meta_csum_and_seed/script
tests/t_enable_csum_seed/script
tests/t_format_csum_seed/script