From 2af31a5dbb50c4d090234a0174a2c153404ca943 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 3 Feb 2012 20:29:11 -0600 Subject: [PATCH] test-conversion: remove test/test-init This was already converted to testsuite/test-init. --- test/test-init.c | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 test/test-init.c diff --git a/test/test-init.c b/test/test-init.c deleted file mode 100644 index 31284310..00000000 --- a/test/test-init.c +++ /dev/null @@ -1,23 +0,0 @@ -#include -#include -#include -#include -#include -#include - - -int main(int argc, char *argv[]) -{ - struct kmod_ctx *ctx; - const char *null_config = NULL; - - ctx = kmod_new(NULL, &null_config); - if (ctx == NULL) - exit(EXIT_FAILURE); - - printf("libkmod version %s\n", VERSION); - - kmod_unref(ctx); - - return EXIT_SUCCESS; -} -- 2.47.2