summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-specifier-interpolation.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-specifier-interpolation.service')
-rw-r--r--test/test-execute/exec-specifier-interpolation.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-specifier-interpolation.service b/test/test-execute/exec-specifier-interpolation.service
index 2e8882c..aa0ecdf 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/bash -x -c "[[ %%U == ?U ]]"
+ExecStart=bash -x -c "[[ %%U == ?U ]]"