mirror of
git://git.sv.gnu.org/findutils.git
synced 2025-09-09 18:08:45 +02:00
Passing -files0-from several times silently overrides the previously given file names, and only takes the last one. This behavior is quite common and has precedence e.g. in 'du --files0-from ...'. Add a test to document the current behavior. * tests/find/files0-from.sh: Add a test passing -files0-from 3 times. Discussed at: https://sv.gnu.org/bugs/?66965