selftests/filesystems: Add six consecutive 'x' characters to mktemp
authorHui Min Mina Chou <minachou@andestech.com>
Tue, 18 Jul 2023 03:43:51 +0000 (11:43 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 16 Aug 2023 16:10:39 +0000 (10:10 -0600)
commit1e9519b6fbe44caac13504724ef02c69124b3cd9
tree4da7c2b5aed897e4b4188defe367ea1e4d3a9da4
parent2b2fe6052dd01fdb4e9a31031c2c9d8f03cf7753
selftests/filesystems: Add six consecutive 'x' characters to mktemp

In busybox, the mktemp requires that the generated filename be
suffixed with at least six consecutive 'X' characters. Otherwise,
it will return an "Invalid argument" error.

Signed-off-by: Hui Min Mina Chou <minachou@andestech.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/filesystems/fat/run_fat_tests.sh