summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:10:57 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:10:57 (EST)
commit20d4f5551c46c3be45255fc31c08f2b8be679fc3 (patch)
tree344ba146691fdd24d846f60bc5aca1b79b92d538 /tests
parent922c14bca8e95e1d507ece63e0464f45dc92443c (diff)
opkg: add opkg_read_config_files() to libopkg_test
git-svn-id: http://opkg.googlecode.com/svn/trunk@79 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'tests')
-rw-r--r--tests/libopkg_test.c2
1 files changed, 2 insertions, 0 deletions
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);