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(-) -- 2.19.1.6.gb485710b