mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
d6dafbf074
Since coreutils upstream v8.32~47 commit a99ab266110795ed94a9cb4d2765ddad9c4310da Author: Jeff Layton <jlayton@kernel.org> Date: Thu Sep 19 11:59:45 2019 -0400 ls: use statx instead of stat when available stat(1) starts to use statx(2) call. In some testcase, if file does not exist, this breaks golden output like this: -stat: cannot stat 'SCRATCH_MNT/xxx': No such file or directory +stat: cannot statx 'SCRATCH_MNT/xxx': No such file or directory Add this filter to fix it, and add this filter to testcases that need it. Signed-off-by: Murphy Zhou <jencce.kernel@gmail.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
14 lines
749 B
Plaintext
14 lines
749 B
Plaintext
QA output created by 397
|
|
stat: cannot statx 'SCRATCH_MNT/edir/empty': No such file or directory
|
|
stat: cannot statx 'SCRATCH_MNT/edir/symlink': No such file or directory
|
|
8
|
|
1
|
|
Required key not available
|
|
SCRATCH_MNT/edir/newfile: Required key not available
|
|
SCRATCH_MNT/edir/0123456789abcdef: Required key not available
|
|
mkdir: cannot create directory 'SCRATCH_MNT/edir/newdir': Required key not available
|
|
mkdir: cannot create directory 'SCRATCH_MNT/edir/0123456789abcdef': Required key not available
|
|
ln: failed to create symbolic link 'SCRATCH_MNT/edir/newlink': Required key not available
|
|
ln: failed to create symbolic link 'SCRATCH_MNT/edir/0123456789abcdef': Required key not available
|
|
stat: cannot statx 'SCRATCH_MNT/edir': No such file or directory
|