diff options
author | Jay Burger <jay.burger@fujitsu.com> | 2020-04-10 23:38:42 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-06-24 09:42:01 +0200 |
commit | a1ba8c5b71164665ccb53c9cec384e5eef7d3689 (patch) | |
tree | faa580e931fee25af7c07de02e30e966c606c05a /test/units/test-honor-first-shutdown.sh | |
parent | Merge pull request #16112 from poettering/nss-systemd-block-fix (diff) | |
download | systemd-a1ba8c5b71164665ccb53c9cec384e5eef7d3689.tar.xz systemd-a1ba8c5b71164665ccb53c9cec384e5eef7d3689.zip |
feature to honor first shutdown request to completion
Create unit tests per established norm at position 52
check in_set first before getting unit
Diffstat (limited to '')
-rwxr-xr-x | test/units/test-honor-first-shutdown.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/units/test-honor-first-shutdown.sh b/test/units/test-honor-first-shutdown.sh new file mode 100755 index 0000000000..17c1ec9686 --- /dev/null +++ b/test/units/test-honor-first-shutdown.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Honor first shutdown test script" +sleep infinity; |