commit | fc728c040d886332e0b202c8416befac63f2570b | [log] [tgz] |
---|---|---|
author | Roman Vaughan <nzsmartie@gmail.com> | Sun May 31 16:37:16 2020 +1200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Nov 17 16:48:29 2020 -0500 |
tree | 6b19e215259f66dc573fc454e7a9092d0d40a77f | |
parent | 4bc83f3da46683ecaf5b9413d828411517210740 [diff] |
tests: fs: Ensure file_path includes max file name length A hardcoded path lenth of 80 will not be able to suppor the full length of 255 when LFN is enabled. This does produce a compiler error, thankfully, this is only applicable to the test cases. Signed-off-by: Roman Vaughan <nzsmartie@gmail.com> Signed-off-by: David Brown <david.brown@linaro.org>