]> git.sur5r.net Git - u-boot/commit
test/fs: Check writes using "." (same dir) relative path
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Tue, 13 Sep 2016 23:01:31 +0000 (01:01 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 12:57:44 +0000 (08:57 -0400)
commit2365a4b8ea7d8b1f5e796a4fec176f613dea838c
tree9a2906b08ed5257240284ed376cfda7d84221717
parent14678b3c6280a1a024afa0b5564deb853eca44d0
test/fs: Check writes using "." (same dir) relative path

<path>/<fname> and <path>/./<fname> should reference the same file.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
test/fs/fs-test.sh