diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-06-29 22:38:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-29 22:38:50 +0200 |
commit | 2e0d8df13b1c1deda7b5769accae9e6cd5bf5966 (patch) | |
tree | 9f31a0a70ee9ab4295ad45a4de9e5564ac702bf4 /src/test | |
parent | f68032265d37ca933de72fbc9a9fb530bb284e97 (diff) | |
parent | cc8b113e0ba9e8dfbc4159799133a7d32f633109 (diff) |
Merge pull request #3516 from fsateler/shared-basic
build-sys: Convert libshared into a private shared library
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test-path-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-path-util.c b/src/test/test-path-util.c index b53324b5e6..6094d4c3e5 100644 --- a/src/test/test-path-util.c +++ b/src/test/test-path-util.c @@ -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); |