]> 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)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 5 Dec 2019 16:30:13 +0000 (17:30 +0100)
commit50f20fe506abb8853641006a7b90a81af21d7b91
treef3230fc7678068ea156bef7837759d3ea9c52277
parent4719e1851cd1101e555f314497504a54ba3fb99a
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