diff options
Diffstat (limited to 'tests/libopkg_test.c')
-rw-r--r-- | tests/libopkg_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libopkg_test.c b/tests/libopkg_test.c index 4d82a67..dbe1e7e 100644 --- a/tests/libopkg_test.c +++ b/tests/libopkg_test.c @@ -151,7 +151,7 @@ main (int argc, char **argv) } setenv("OFFLINE_ROOT", "/tmp", 0); - + if (opkg_new ()) { printf("opkg_new() failed. This sucks.\n"); print_error_list(); @@ -223,7 +223,7 @@ main (int argc, char **argv) } } break; - + case 'r': if (argv[1][1] == 'e') { |