From 20d4f5551c46c3be45255fc31c08f2b8be679fc3 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 05:10:57 +0000 Subject: [PATCH] opkg: add opkg_read_config_files() to libopkg_test git-svn-id: http://opkg.googlecode.com/svn/trunk@79 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- tests/libopkg_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/libopkg_test.c b/tests/libopkg_test.c index 9146d0c..fd39778 100644 --- a/tests/libopkg_test.c +++ b/tests/libopkg_test.c @@ -11,6 +11,8 @@ main (int argc, char **argv) opkg_set_option (opkg, "offline_root", "/tmp/"); + opkg_read_config_files (opkg); + err = opkg_update_package_lists (opkg); printf ("opkg_update_package_lists returned %d\n", err); -- 2.25.1