8471d8e tests: F2FS test should use MOUNTDEVICE like other tests

1 file Authored by Glenn Washburn 3 years ago, Committed by Daniel Kiper 3 years ago,
    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>
    
        
file modified
+1 -1