From 372d40fb0315887ecffe163438b6ca0955618948 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 8 Aug 2023 11:40:36 +0200 Subject: [PATCH] test: testsuite-35.sh needs manual/test-session-properties to be installed on SUSE --- test/test-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-functions b/test/test-functions index 76fdba5857c..477755e4618 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1311,6 +1311,7 @@ install_suse_systemd() { dinfo "Install the data needed by the tests at runtime" inst_recursive "${SOURCE_DIR}/testdata" + inst_recursive "${SOURCE_DIR}/unit-tests/manual" # On openSUSE, this directory is not created at package install, at least # for now.