Pádraig Brady wrote: > Pushed with Jim's improvement. > http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=3b8139e
I see you adjusted the test and fixed this for me: - if (exit_status == 0 && ! file_systems_processed) + if (exit_status == EXIT_SUCCESS && ! file_systems_processed) Thanks! With that, I think we're ready for 8.18, though I haven't done any portability testing recently...
