chiark / gitweb /
don't use test directory anymore by default
[elogind.git] / main.c
diff --git a/main.c b/main.c
index 4456bde638135ef678856752fb8f2a5c18eb774f..cb4cc211b7d64996412fa0a06b58907aa6a68119 100644 (file)
--- a/main.c
+++ b/main.c
@@ -35,8 +35,6 @@ int main(int argc, char *argv[]) {
         Job *job = NULL;
         int r, retval = 1;
 
-        assert_se(set_unit_path("test1") >= 0);
-
         if ((r = manager_new(&m)) < 0) {
                 log_error("Failed to allocate manager object: %s", strerror(-r));
                 goto finish;