mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
cifs: skip tests that need POSIX support for nounix mounts
CIFS/SMB protocol without POSIX extensions doesn't support operations with symbolic links and advisory byte-range locks from the same process. Add checks these features and use them in generic tests that require such operations. Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Reviewed-by: Steve French <smfrench@gmail.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
0e9141e49d
commit
beb211475b
+2
-6
@@ -67,13 +67,9 @@ _touch()
|
||||
# real QA test starts here
|
||||
_supported_fs generic
|
||||
_require_test
|
||||
_require_test_symlinks
|
||||
|
||||
# IRIX UDF does not support symlinks
|
||||
if [ $FSTYP == 'udf' ]; then
|
||||
_supported_os Linux
|
||||
else
|
||||
_supported_os Linux IRIX
|
||||
fi
|
||||
_supported_os Linux IRIX
|
||||
|
||||
cd $TEST_DIR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user