mirror of
https://github.com/systemd/systemd.git
synced 2025-02-25 21:57:32 +03:00
Merge pull request #3516 from fsateler/shared-basic
build-sys: Convert libshared into a private shared library
This commit is contained in:
commit
2e0d8df13b
554
Makefile.am
554
Makefile.am
File diff suppressed because it is too large
Load Diff
@ -114,7 +114,7 @@ static void test_find_binary(const char *self) {
|
||||
|
||||
assert_se(find_binary(self, &p) == 0);
|
||||
puts(p);
|
||||
assert_se(endswith(p, "/test-path-util"));
|
||||
assert_se(endswith(p, "/lt-test-path-util"));
|
||||
assert_se(path_is_absolute(p));
|
||||
free(p);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user