commit | f8a0590f0e01402873ec28a0da46f979f6bc56f1 | [log] [tgz] |
---|---|---|
author | ZhangXiaoxu <zhangxiaoxu5@huawei.com> | Tue Mar 19 11:24:31 2019 +0800 |
committer | Shuah Khan <shuah@kernel.org> | Mon Apr 08 16:44:21 2019 -0600 |
tree | d4346be7aeb80812f504c84e85d2b16eb89aad10 | |
parent | 0a7dc82ef2ed7f4c244fe55b59ea05909a408108 [diff] |
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>