Whamcloud - gitweb
tests: remove redundant sed filtering
authorAndreas Dilger <adilger@dilger.ca>
Wed, 2 May 2018 04:26:02 +0000 (22:26 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 22 Jun 2018 18:06:53 +0000 (14:06 -0400)
commitb7454eb8ee781a7a581b61007e2ca892f72e1a6f
treebc41291e0d6ce5cbb1a91e6171c0f96d3db71222
parent27fc1ffbeb5c252ad224eac78143841aff4962ee
tests: remove redundant sed filtering

Now that the majority of device name filtering is in filter.sed,
it does not need to be specified explicitly for every test.

Fix the error message printed in debugfs when opening the device
to match that used in other tools.  This simplifies the filtering,
and will be helpful if debugfs messages are internationalized.

[ Fixed up some test failures in m_hugefile t_uninit_bg_rm --tytso ]

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
49 files changed:
debugfs/debugfs.c
lib/support/plausible.c
tests/d_dumpe2fs_group_only/script
tests/d_fallocate/script
tests/d_fallocate_bigalloc/script
tests/d_fallocate_blkmap/script
tests/d_punch/script
tests/d_punch_bigalloc/script
tests/f_collapse_extent_tree/script
tests/f_compress_extent_tree_level/script
tests/f_convert_bmap/script
tests/f_convert_bmap_and_extent/script
tests/f_convert_bmap_sparse/script
tests/f_create_symlinks/script
tests/f_detect_junk/expect
tests/f_detect_junk/script
tests/f_detect_xfs/expect
tests/f_detect_xfs/script
tests/f_extent_too_deep/script
tests/f_opt_extent/script
tests/f_opt_extent_ext3/script
tests/f_readonly_fsck/script
tests/f_resize_inode/script
tests/filter.sed
tests/j_short_trans/script
tests/j_short_trans_64bit/script
tests/j_short_trans_mcsum_64bit/script
tests/j_short_trans_old_csum/script
tests/j_short_trans_open_recover/script
tests/j_short_trans_recover/script
tests/j_short_uncommitted_trans/script
tests/j_short_uncommitted_trans_mcsum_64bit/script
tests/m_devdir/script
tests/m_hugefile/expect
tests/m_hugefile/script
tests/r_inline_xattr/script
tests/r_min_itable/script
tests/r_move_itable/script
tests/r_move_itable_nostride/script
tests/r_move_itable_realloc/script
tests/r_resize_inode/script
tests/run_e2fsck
tests/run_mke2fs
tests/t_dangerous/script
tests/t_iexpand_full/script
tests/t_iexpand_mcsum/script
tests/t_replay_and_set/script
tests/t_uninit_bg_rm/script
tests/test_one.in