]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-specifier-interpolation.service
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / test / test-execute / exec-specifier-interpolation.service
1 [Unit]
2 Description=https://github.com/systemd/systemd/issues/2637
3
4 [Service]
5 Type=oneshot
6 ExecStart=/bin/sh -x -c "! test -x perl || perl -e 'exit(!(qq{%%U} eq qq{\\x25U}))'"