From 2a2aeed460d64abd119267efb1a9731acc363bcb Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Sun, 14 Jul 2019 00:24:28 -0400 Subject: [PATCH] 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. --- test/TEST-16-EXTEND-TIMEOUT/test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/TEST-16-EXTEND-TIMEOUT/test.sh b/test/TEST-16-EXTEND-TIMEOUT/test.sh index 016a877b96..5c268ad4a6 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 )