]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-passenvironment-empty.service
Merge pull request #14194 from yuwata/network-multipath-routing-12541
[thirdparty/systemd.git] / test / test-execute / exec-passenvironment-empty.service
CommitLineData
4c80d201
FB
1[Unit]
2Description=Test for PassEnvironment and erasing the variable list
3
4[Service]
b6887d7a 5ExecStart=/bin/sh -x -c 'test "$${VAR1-unset}" = "unset" && test "$${VAR2-unset}" = "unset" && test "$${VAR3-unset}" = "unset" && test "$${VAR4-unset}" = "unset" && test "$${VAR5-unset}" = "unset"'
4c80d201 6Type=oneshot
b6887d7a 7PassEnvironment=VAR1 VAR2 VAR3 VAR4 VAR5
4c80d201 8PassEnvironment=