mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: rename _require_test_symlinks
Generally these tests are not restricted to one device or the other; testing the test device will suffice to determine the capability but it doesn't need to be named that way. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -3481,7 +3481,7 @@ run_check()
|
||||
"$@" >> $seqres.full 2>&1 || _fail "failed: '$@'"
|
||||
}
|
||||
|
||||
_require_test_symlinks()
|
||||
_require_symlinks()
|
||||
{
|
||||
local target=`mktemp -p $TEST_DIR`
|
||||
local link=`mktemp -p $TEST_DIR -u`
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ _touch()
|
||||
# real QA test starts here
|
||||
_supported_fs generic
|
||||
_require_test
|
||||
_require_test_symlinks
|
||||
_require_symlinks
|
||||
|
||||
_supported_os Linux
|
||||
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ _supported_os Linux
|
||||
|
||||
_require_test
|
||||
_require_renameat2
|
||||
_require_test_symlinks
|
||||
_require_symlinks
|
||||
|
||||
# real QA test starts here
|
||||
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ _supported_os Linux
|
||||
|
||||
_require_test
|
||||
_require_renameat2 noreplace
|
||||
_require_test_symlinks
|
||||
_require_symlinks
|
||||
|
||||
# real QA test starts here
|
||||
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ _supported_os Linux
|
||||
|
||||
_require_test
|
||||
_require_renameat2 exchange
|
||||
_require_test_symlinks
|
||||
_require_symlinks
|
||||
|
||||
# real QA test starts here
|
||||
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ _cleanup()
|
||||
# Modify as appropriate.
|
||||
_supported_fs generic
|
||||
_supported_os Linux
|
||||
_require_test_symlinks
|
||||
_require_symlinks
|
||||
_require_test
|
||||
_require_scratch
|
||||
_require_loop
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ _supported_os Linux
|
||||
|
||||
_require_test
|
||||
_require_renameat2 whiteout
|
||||
_require_test_symlinks
|
||||
_require_symlinks
|
||||
|
||||
# real QA test starts here
|
||||
|
||||
|
||||
Reference in New Issue
Block a user