X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=4e192ece680db6e574836b068046a32e07bcb8de;hp=45920b4128ba894160d00b031ea9e80c85e49fd8;hb=27c51b5623123ba3208569ecdef343f61646c7e4;hpb=3c8a48644f04a6cdb81c602a1d199320e9f68aa7 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 45920b4..4e192ec 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -15602,18 +15602,6 @@ test_236() { } run_test 236 "Layout swap on open unlinked file" -# test to verify file handle related system calls -# (name_to_handle_at/open_by_handle_at) -# The new system calls are supported in glibc >= 2.14. - -test_237() { - echo "Test file_handle syscalls" > $DIR/$tfile || - error "write failed" - check_fhandle_syscalls $DIR/$tfile || - error "check_fhandle_syscalls failed" -} -run_test 237 "Verify name_to_handle_at/open_by_handle_at syscalls" - # LU-4659 linkea consistency test_238() { local server_version=$(lustre_version_code $SINGLEMDS)