]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fs-test.sh: Update expected result output
authorTom Rini <trini@konsulko.com>
Mon, 30 Jul 2018 20:06:04 +0000 (16:06 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 30 Jul 2018 23:56:44 +0000 (19:56 -0400)
commitf437fea01c0befc2bbb20f9c07e248bf606d8b7a
tree903b3a6fc44cce0acbb1f1c6fe6a09dd8b379603
parent406fd7e207d3593f150079514a371dccdc651ce7
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>
test/fs/fs-test.sh