commit | 4fbfc98a8d7bd58b9ad496e3c5be20e4822c2834 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jul 30 16:06:04 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 30 19:56:44 2018 -0400 |
tree | 903b3a6fc44cce0acbb1f1c6fe6a09dd8b379603 | |
parent | b30a7ef4a1e3261788750fecbe0758e1cc13b378 [diff] |
fs-test.sh: Update expected result output Given 0dc1bfb7302d ("fs: fat: cannot write to subdirectories") we have changed how the FAT code works from creating the illegal file "./file" and instead rejecting the path. The correct behavior would be to write "file" to "." but not writing an illegal file is a step in the right direction. For now, update the expected output to account for the failure. Signed-off-by: Tom Rini <trini@konsulko.com>