diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-05-07 13:48:21 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-05-07 13:48:21 +0300 |
commit | c6a26438e240da532177753bf9a41d43f8341777 (patch) | |
tree | 0bf12b2f1eefe2fc17799b3b02b7c4ad05588520 /tests/ubi-tests/integ.c | |
parent | e0640129e362074678f5f9102464a0b640781d66 (diff) |
ubi-tests: make tests compile again
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/ubi-tests/integ.c')
-rw-r--r-- | tests/ubi-tests/integ.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ubi-tests/integ.c b/tests/ubi-tests/integ.c index 9958466..bb60bcc 100644 --- a/tests/ubi-tests/integ.c +++ b/tests/ubi-tests/integ.c @@ -745,7 +745,7 @@ int main(int argc,char *argv[]) srand(initial_seed); load_ubi(); - libubi = libubi_open(1); + libubi = libubi_open(); if (!libubi) error_exit("Failed to open libubi"); @@ -766,7 +766,7 @@ int main(int argc,char *argv[]) reload_ubi(); - libubi = libubi_open(1); + libubi = libubi_open(); if (!libubi) error_exit("Failed to open libubi"); |