mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/504: fix bogus test description
Fix the description of this test to reflect what it actually checks. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
04d08996e9
commit
a96e77e7a4
+4
-4
@@ -4,10 +4,10 @@
|
||||
#
|
||||
# FS QA Test No. 504
|
||||
#
|
||||
# Create a directory with multiple filenames that all appear the same
|
||||
# (in unicode, anyway) but point to different inodes. In theory all
|
||||
# Linux filesystems should allow this (filenames are a sequence of
|
||||
# arbitrary bytes) even if the user implications are horrifying.
|
||||
# Create a filesystem label with emoji and confusing unicode characters
|
||||
# to make sure that these special things actually work on xfs. In
|
||||
# theory it should allow this (labels are a sequence of arbitrary bytes)
|
||||
# even if the user implications are horrifying.
|
||||
#
|
||||
seq=`basename "$0"`
|
||||
seqres="$RESULT_DIR/$seq"
|
||||
|
||||
Reference in New Issue
Block a user