]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
test/fs: Restructure file path specification to allow some flexibility
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Tue, 13 Sep 2016 23:01:27 +0000 (01:01 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 12:57:41 +0000 (08:57 -0400)
commit86853568aebd7f81d87bd5f3d9f3b26867edee16
treee25327e1f907bf9ccc95ee989c6af4d478651e11
parent454e3d90302d52b619e6df7ebbe716964cee016e
test/fs: Restructure file path specification to allow some flexibility

Instead of providing the full path, specify directory and filename
separately. This allows to specify intermediate directories, required
for some additional tests.

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