bug#8909: tests/ls/stat-free-color: fails on OpenSuSE 11.4

2011-06-21 Thread Bernhard Voelker
Hi, `make check` of coreutils.git (latest commit is 18bd9ce40ae05d52543fc9c5a5fdf4f82d13068d) on an OpenSuSE 11.4 host fails (everything else was ok/skipped): FAIL: ls/stat-free-color (exit: 1) == ++ initial_cwd_=/home/berny/coreutils/tests ++ fail=0 +++ test

bug#8909: tests/ls/stat-free-color: fails on OpenSuSE 11.4

2011-06-21 Thread Jim Meyering
Bernhard Voelker wrote: ... > LS_COLORS='rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=00:su=00:sg=00:ca=00:tw=00:ow=00:st=00:ex=00:mh=00:' > ++ export LS_COLORS > + strace -o log -e stat,lstat,stat64,lstat64 ls --color=always . > color-without-stat > dangle-1 > dangl

bug#8909: tests/ls/stat-free-color: fails on OpenSuSE 11.4

2011-06-21 Thread Jim Meyering
Bernhard Voelker wrote: > On 06/21/2011 03:41 PM, Jim Meyering wrote: >> Bernhard Voelker wrote: >> ... >>> LS_COLORS='rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=00:su=00:sg=00:ca=00:tw=00:ow=00:st=00:ex=00:mh=00:' >>> ++ export LS_COLORS >>> + strace -o log -e sta

bug#8909: tests/ls/stat-free-color: fails on OpenSuSE 11.4

2011-06-21 Thread Bernhard Voelker
On 06/21/2011 03:41 PM, Jim Meyering wrote: Bernhard Voelker wrote: ... LS_COLORS='rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=00:su=00:sg=00:ca=00:tw=00:ow=00:st=00:ex=00:mh=00:' ++ export LS_COLORS + strace -o log -e stat,lstat,stat64,lstat64 ls --color=always

bug#8909: tests/ls/stat-free-color: fails on OpenSuSE 11.4

2011-06-21 Thread Bernhard Voelker
On 06/21/2011 04:16 PM, Jim Meyering wrote: Bernhard Voelker wrote: On 06/21/2011 03:41 PM, Jim Meyering wrote: It might be useful to see the entire strace output, too. To get that, remove the "-e stat,lstat,stat64,lstat64" argument from the strace invocation, and rerun the test. The output o