]> 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:31:10 +0000 (17:31 +0100)
commit6578d89c170cc7b524b9bccafffd5b4207bf646f
tree02ac2bde7655b7d7285294709a37944754c29261
parentef0051070f820dd5c83a73c0f069cfc4fb373db8
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