summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-workingdirectory-trailing-dot.service
blob: 3c4869d858078a8215b62e3583995d9f22894acb (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for WorkingDirectory with trailing dot

[Service]
ExecStart=sh -x -c 'test "$$PWD" = "/tmp/test-exec_workingdirectory"'
Type=oneshot
WorkingDirectory=/tmp///./test-exec_workingdirectory/.