rm --one-file-system should fail wih rm: skipping 'a/b', since it's on a different device
#7011
Labels
rm: skipping 'a/b', since it's on a different device
#7011
currently returns:
rm: cannot remove 'a': Device or resource busy (os error 16)
when it should return:
rm: skipping 'a/b', since it's on a different device
it will probably requires a new function to investigate all files/directories to be removed.
(fortunately, will be only called with --one-file-system)
Note that it should not regress:
tested by upstream:
bash util/run-gnu-test.sh tests/rm/one-file-system.sh tests/rm/one-file-system2
The text was updated successfully, but these errors were encountered: