mbox series

[0/1] add 'mv' errmsg filter and apply in generic/682

Message ID 20240119084244.56373-1-mengferry@linux.alibaba.com (mailing list archive)
Headers show
Series add 'mv' errmsg filter and apply in generic/682 | expand

Message

Ferry Meng Jan. 19, 2024, 8:42 a.m. UTC
Hi, all:

I have noticed that after coreutils 9.4+, generic/682 will meet the same mismatch output
just like generic/245 (commit d9323ad :'generic/245: Filter mv error message').
To fix this, we can seperate the filter ,move it into common 
directory as '_filter_mv_err_msg' and apply it to similar cases.

Attention: in generic/419 and generic/369, there also exists "cannot move ... to ..." 
output. After testing, generic/419 don't need to apply filter. But I don't know how to 
enable 'richacl' on my filesystem, so I can't verify if generic/369 needs to be fixed.

Ferry Meng (1):
  generic/682: apply 'mv' error message fitler.

 common/filter         | 13 +++++++++++++
 tests/generic/245     |  9 ++++-----
 tests/generic/682     |  2 +-
 tests/generic/682.out |  2 +-
 4 files changed, 19 insertions(+), 7 deletions(-)