summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-workingdirectory-trailing-dot.service
blob: 130d9d5c507d31db8e0199e7243f715b98cb3bc3 (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=/bin/sh -x -c 'test "$$PWD" = "/tmp/test-exec_workingdirectory"'
Type=oneshot
WorkingDirectory=/tmp///./test-exec_workingdirectory/.