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:
Eric Sandeen
2020-04-15 15:17:46 -05:00
committed by Eryu Guan
parent 8c16b061f7
commit 0b0426506c
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -30,7 +30,7 @@ _supported_os Linux
_require_test
_require_renameat2
_require_test_symlinks
_require_symlinks
# real QA test starts here
+1 -1
View File
@@ -30,7 +30,7 @@ _supported_os Linux
_require_test
_require_renameat2 noreplace
_require_test_symlinks
_require_symlinks
# real QA test starts here
+1 -1
View File
@@ -30,7 +30,7 @@ _supported_os Linux
_require_test
_require_renameat2 exchange
_require_test_symlinks
_require_symlinks
# real QA test starts here
+1 -1
View File
@@ -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
View File
@@ -30,7 +30,7 @@ _supported_os Linux
_require_test
_require_renameat2 whiteout
_require_test_symlinks
_require_symlinks
# real QA test starts here