1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

don't use test directory anymore by default

This commit is contained in:
Lennart Poettering 2010-04-01 18:05:55 +02:00
parent b866264a18
commit d970982174

2
main.c
View File

@ -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;