Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
d9709821
Commit
d9709821
authored
Apr 01, 2010
by
Lennart Poettering
Browse files
don't use test directory anymore by default
parent
b866264a
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.c
View file @
d9709821
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment