]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: F2FS test should use MOUNTDEVICE like other tests
authorGlenn Washburn <development@efficientek.com>
Fri, 28 Aug 2020 23:30:25 +0000 (18:30 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 18 Sep 2020 20:31:30 +0000 (22:31 +0200)
commit8471d8e254a3f01949c489a4c554b77a090cf010
tree785b723c03e1bad604b46fe5c7feefd7ba2dbd5f
parent3ec59f14f43e9edf594581b6b3f054ec39dd131d
tests: F2FS test should use MOUNTDEVICE like other tests

LODEVICES is not an array variable and should not be accessed as such.
This allows the f2fs test to pass as it was failing because a device
name had a space prepended to the path.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Acked-by: Jaegeuk Kim <jaegeuk@kernel.org>
Tested-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/util/grub-fs-tester.in