On 3/31/21 2:25 AM, Zorro Lang wrote: > On Wed, Mar 31, 2021 at 12:00:02AM +0200, Pavel Reichl wrote: >> Add helper functions that ensure that test is only executed on file >> systems that implement chown, chmod and symbolic links. >> >> + >> +# check for a symbolic links support >> +# >> +_require_symlink() >> +{ >> + if [ "$FSTYP" = "exfat" ]; then >> + _notrun "symbolic links are not supported on $FSTYP" >> + fi >> +} > > There's _require_symlinks() in common/rc, I remember Eric used it for some > exfat errors before. Does it work for you? > Hi, Thanks for the info! Yes, it works. I will fix it in the next version. I'll just wait for more comments a few days...I guess. Thanks! Bye.