Re: maint: Silence deprecated module warning

2024-07-01 Thread Pádraig Brady
On 01/07/2024 05:00, Collin Funk wrote: I changed the name of the putenv module to putenv-gnu a while ago. The warning is a bit hard to see in all the ./bootstrap output. This patch just silences: Notice from module putenv: This module is deprecated. Use the module 'putenv-gnu' inst

cksum: improve tests with several files with errors

2024-07-01 Thread Sylvestre Ledru
Hello As attachment, two tests of cksum covering when several files are passed. One tests when the files are missing The second when the file exists but empty. Currently, this isn't covered. Thanks Sylvestre From fabe8ff5f40d98da4d73361ca652c98fcc98addd Mon Sep 17 00:00:00 2001 From: Sylvest