summaryrefslogtreecommitdiffstats
path: root/tests/libopkg_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libopkg_test.c')
-rw-r--r--tests/libopkg_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/libopkg_test.c b/tests/libopkg_test.c
index 49aef22..205db5c 100644
--- a/tests/libopkg_test.c
+++ b/tests/libopkg_test.c
@@ -29,5 +29,9 @@ main (int argc, char **argv)
printf ("opkg_install_package returned %d\n", err);
+ err = opkg_remove_package (opkg, "aspell", progress_callback, "Removing...");
+
+ printf ("opkg_remove_package returned %d\n", err);
+
opkg_free (opkg);
}