tests: fix FP in ls/stat-free-color.sh
commitb7091093bb6505c33279f9bc940b2e94763a6e5d
authorBernhard Voelker <mail@bernhard-voelker.de>
Tue, 20 Apr 2021 22:12:00 +0000 (21 00:12 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Thu, 22 Apr 2021 18:14:32 +0000 (22 20:14 +0200)
tree729fa9bf1a14936ff9449828816ec97a0e554dc3
parent34a48bf0f0552aaed21a7dba4a5488946a978317
tests: fix FP in ls/stat-free-color.sh

On newer systems like Fedora 34 and openSUSE Tumbleweed, ls(1) calls
newfstatat(STDOUT_FILENO, ...), but only when there is something to
output.

* tests/ls/stat-free-color.sh: Add -a option to the reference invocation
of ls, thus enforcing something gets output.
tests/ls/stat-free-color.sh