On Sat, Sep 26, 2020 at 01:21:22PM +0500, ???? ??????? wrote: > Fedora docker also comes without "find" utility > > ########################## Gathering tests to run ########################## > ./scripts/run-regtests.sh: line 131: find: command not found > ########################## Starting vtest ##########################
Isn't it worth filing a bug report to whoever maintains that image ? Because quite frankly, a UNIX-like system without the ubiquitous "find" command is kind of pointless. It cannot even be a matter of place at this point, since even busybox provides a working one if they need. Willy