From a3b8a2f068bfc13391c6e1d06471f97d4743d398 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 4 Jun 2008 19:23:52 +0300 Subject: ubi-tests: fix compilation libubi_open interface was changed, but the tests were not amended. Fix this. Signed-off-by: Artem Bityutskiy --- tests/ubi-tests/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ubi-tests/common.c') diff --git a/tests/ubi-tests/common.c b/tests/ubi-tests/common.c index a5064fb..e785b91 100644 --- a/tests/ubi-tests/common.c +++ b/tests/ubi-tests/common.c @@ -57,7 +57,7 @@ int __initial_check(const char *test, int argc, char * const argv[]) return -1; } - libubi = libubi_open(); + libubi = libubi_open(1); if (libubi == NULL) { __failed(test, __FUNCTION__, __LINE__, "libubi_open"); return -1; -- cgit v1.2.3