aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/tst-mount-consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/tst-mount-consts.py')
-rwxr-xr-xsysdeps/unix/sysv/linux/tst-mount-consts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-mount-consts.py b/sysdeps/unix/sysv/linux/tst-mount-consts.py
index aa9c027..dd4d50f 100755
--- a/sysdeps/unix/sysv/linux/tst-mount-consts.py
+++ b/sysdeps/unix/sysv/linux/tst-mount-consts.py
@@ -49,6 +49,8 @@ def main():
linux_version_glibc > linux_version_headers,
linux_version_headers > linux_version_glibc)
+ # Skip testing FS_CONFIG commands since they are only enums in the kernel
+ # header.
status = max(
check('FSOPEN_.*'),
check('FSMOUNT_.*'),