]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
:l_flag:: be more aggressive when normalizing whitespace
authorngie <ngie@FreeBSD.org>
Thu, 6 Jul 2017 07:37:03 +0000 (07:37 +0000)
committerngie <ngie@FreeBSD.org>
Thu, 6 Jul 2017 07:37:03 +0000 (07:37 +0000)
commit43864a60b9be33695384644f8677585312485052
treec2511125eabeab0d358805f429ac7a12c195f56d
parent2e06cea2fe0729dac8c829c8b1138ada2c0691ed
:l_flag:: be more aggressive when normalizing whitespace

Save output from ls -ldT and stat -l, then normalize all repeating whitespace using
sed to single column spaces.

This makes the test flexible with single-digit days, etc, similar to r320723. This
approach is just a bit more of a hammer approach because of how the columns are
ordered/spaced in both ls and stat.

MFC after: 1 week
MFC with: r319841
usr.bin/stat/tests/stat_test.sh