mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-11 17:31:10 +07:00
don't use test directory anymore by default
This commit is contained in:
parent
b866264a18
commit
d970982174
2
main.c
2
main.c
@ -35,8 +35,6 @@ int main(int argc, char *argv[]) {
|
|||||||
Job *job = NULL;
|
Job *job = NULL;
|
||||||
int r, retval = 1;
|
int r, retval = 1;
|
||||||
|
|
||||||
assert_se(set_unit_path("test1") >= 0);
|
|
||||||
|
|
||||||
if ((r = manager_new(&m)) < 0) {
|
if ((r = manager_new(&m)) < 0) {
|
||||||
log_error("Failed to allocate manager object: %s", strerror(-r));
|
log_error("Failed to allocate manager object: %s", strerror(-r));
|
||||||
goto finish;
|
goto finish;
|
||||||
|
Loading…
Reference in New Issue
Block a user