diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/tst-mount-consts.py')
-rwxr-xr-x | sysdeps/unix/sysv/linux/tst-mount-consts.py | 2 |
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 aa9c02796e..dd4d50f202 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_.*'), |