From: Dan Streetman Date: Sun, 14 Jul 2019 04:24:28 +0000 (-0400) Subject: test/TEST-16: don't copy systemd-notify or lib from $BUILD_DIR X-Git-Tag: v243-rc1~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a2aeed460d64abd119267efb1a9731acc363bcb;p=thirdparty%2Fsystemd.git test/TEST-16: don't copy systemd-notify or lib from $BUILD_DIR On Ubuntu CI, these don't exist because it tests installed binaries, not just-built binaries. --- diff --git a/test/TEST-16-EXTEND-TIMEOUT/test.sh b/test/TEST-16-EXTEND-TIMEOUT/test.sh index 016a877b965..5c268ad4a6e 100755 --- a/test/TEST-16-EXTEND-TIMEOUT/test.sh +++ b/test/TEST-16-EXTEND-TIMEOUT/test.sh @@ -24,8 +24,6 @@ test_setup() { cp extend_timeout_test_service.sh ${initdir}/ cp assess.sh ${initdir}/ - cp $BUILD_DIR/systemd-notify ${initdir}/bin - cp $BUILD_DIR/src/shared/libsystemd-shared-*.so ${initdir}/usr/lib setup_testsuite )