From 8570a32e92e10f6a7f08ea4409b03b54bd992d5d Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 25 Jan 2008 14:33:58 +0200 Subject: ubi-tests: stylistic amendments Signed-off-by: Artem Bityutskiy --- tests/ubi-tests/io_update.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ubi-tests/io_update.c') diff --git a/tests/ubi-tests/io_update.c b/tests/ubi-tests/io_update.c index abb6a72..d433239 100644 --- a/tests/ubi-tests/io_update.c +++ b/tests/ubi-tests/io_update.c @@ -246,8 +246,8 @@ int main(int argc, char * const argv[]) if (test_update(UBI_DYNAMIC_VOLUME)) goto close; -// if (test_update(UBI_STATIC_VOLUME)) -// goto close; + if (test_update(UBI_STATIC_VOLUME)) + goto close; libubi_close(libubi); return 0; -- cgit v1.2.3