OSDN Git Service

selftests: efivarfs: remove the test_create_read file if it was exist
authorZhangXiaoxu <zhangxiaoxu5@huawei.com>
Tue, 19 Mar 2019 03:24:31 +0000 (11:24 +0800)
committerShuah Khan <shuah@kernel.org>
Mon, 8 Apr 2019 22:44:21 +0000 (16:44 -0600)
commitf8a0590f0e01402873ec28a0da46f979f6bc56f1
treed4346be7aeb80812f504c84e85d2b16eb89aad10
parent0a7dc82ef2ed7f4c244fe55b59ea05909a408108
selftests: efivarfs: remove the test_create_read file if it was exist

After the first run, the test case 'test_create_read' will always
fail because the file is exist and file's attr is 'S_IMMUTABLE',
open with 'O_RDWR' will always return -EPERM.

Signed-off-by: ZhangXiaoxu <zhangxiaoxu5@huawei.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
tools/testing/selftests/efivarfs/efivarfs.sh