Re: [GNU Autoconf 2.72] testsuite: 19 failed
Paul Eggert <[email protected]> Tue, 31 Dec 2024 05:12:48 -0800
| Newsgroups | gmane.comp.sysutils.autoconf.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 12/31/24 05:00, Sean Denney wrote: > That returns 1 as well. Timestamps are: > > sh-3.2$ stat -f %Fm B A > 1735649785.553643117 > 1735649797.635429442 >> touch B >> sleep 2 >> touch A >> test B -nt A >> echo $? Thanks, and let's try the opposite direction, to make sure the diagnosis is correct. Please try this: touch A sleep 2 touch B test B -nt A echo $?