]> git.ipfire.org Git - thirdparty/glibc.git/commit
misc/test-errno-linux: Handle EINVAL from quotactl
authorFlorian Weimer <fweimer@redhat.com>
Thu, 5 Dec 2019 16:29:42 +0000 (17:29 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 16 Nov 2020 08:00:00 +0000 (08:00 +0000)
commit0df8ecff9e8153673ed9cdcb3416e1c487e683a5
tree85fe1da3c7e94b787d9c3c92774e973e84e4609d
parent26f5442ec185defe7a265e0d605c271f799101bf
misc/test-errno-linux: Handle EINVAL from quotactl

In commit 3dd4d40b420846dd35869ccc8f8627feef2cff32 ("xfs: Sanity check
flags of Q_XQUOTARM call"), Linux 5.4 added checking for the flags
argument, causing the test to fail due to too restrictive test
expectations.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit 1f7525d924b608a3e43b10fcfb3d46b8a6e9e4f9)
sysdeps/unix/sysv/linux/test-errno-linux.c