test/fs: remove use of undefined WRITE_FILE variable
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Tue, 13 Sep 2016 23:01:28 +0000 (01:01 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 12:57:42 +0000 (08:57 -0400)
commit06806e38d8675995ee05a247ba119d7efb7fc49a
tree1cb271ce63b593cc7c55c1b345f3b7bc2d1e80ba
parent86853568aebd7f81d87bd5f3d9f3b26867edee16
test/fs: remove use of undefined WRITE_FILE variable

The write file is created from $SMALL_FILE by appending ".w" on all
other occurences in the code.

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