From b370f050f89595baa238a2eaf9ba558cfcb7e249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 8 May 2023 12:24:37 +0200 Subject: [PATCH] test-execute: use bash instead of perl I think this is easier to grok too. --- test/test-execute/exec-specifier-interpolation.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-execute/exec-specifier-interpolation.service b/test/test-execute/exec-specifier-interpolation.service index 4cb1b065187..2e8882c5ab1 100644 --- a/test/test-execute/exec-specifier-interpolation.service +++ b/test/test-execute/exec-specifier-interpolation.service @@ -4,4 +4,4 @@ Description=https://github.com/systemd/systemd/issues/2637 [Service] Type=oneshot -ExecStart=/bin/sh -x -c "! test -x perl || perl -e 'exit(!(qq{%%U} eq qq{\\x25U}))'" +ExecStart=/bin/bash -x -c "[[ %%U == ?U ]]"