Re: [GNU Autoconf 2.72] testsuite: 19 failed

Paul Eggert <[email protected]> Tue, 31 Dec 2024 03:38:45 -0800
Newsgroups gmane.comp.sysutils.autoconf.bugs
Message-ID <[email protected]>
On 12/31/24 03:27, Sean Denney wrote:
> As for the timestamps, ls doesn’t have ‘—full-time’ but does have ‘-T’ which I hope is what you are after

I was after the subseconds part of the file timestamp, which ls -T 
doesn't provide.

Although I don't use macOS, as I understand it apfs is supposed to have 
timestamps with nanosecond resolution, which is what we're looking for here.

What is the output of these three shell command sequences?

test configure -nt configure.1; echo $?

test configure.1 -nt configure; echo $?

ls -lt configure configure.1

Can you install GNU Coreutils on macOS and run its 'ls -l --full-time' 
command? Or is there some macOSish utility that will tell you the full 
file timestamps? Maybe "stat" with some options?