From 544fc54d7232f1593aa6f3ba11e22bf124fa51e9 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 7 Jul 2023 10:42:18 +0100 Subject: [PATCH] test: add +x to generator-utils.sh It is marked and named as a script, so add +x otherwise Lintian complains: W: systemd-tests: script-not-executable [usr/lib/systemd/tests/testdata/units/generator-utils.sh] --- test/units/generator-utils.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 test/units/generator-utils.sh diff --git a/test/units/generator-utils.sh b/test/units/generator-utils.sh old mode 100644 new mode 100755 -- 2.47.3