diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-04-25 20:57:27 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-04-26 19:24:47 +0200 |
commit | 9abef4b1b4a57bf8f440770efe7c13dcf9032367 (patch) | |
tree | 5ef5d2d7671554c8c0608330429792d365eb0687 /test/testsuite-52.units/test-honor-first-shutdown.sh | |
parent | test: add a couple of hooks for the check_result_*() functions (diff) | |
download | systemd-9abef4b1b4a57bf8f440770efe7c13dcf9032367.tar.xz systemd-9abef4b1b4a57bf8f440770efe7c13dcf9032367.zip |
test: reorganize the TEST-52 a bit
Diffstat (limited to 'test/testsuite-52.units/test-honor-first-shutdown.sh')
-rwxr-xr-x | test/testsuite-52.units/test-honor-first-shutdown.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testsuite-52.units/test-honor-first-shutdown.sh b/test/testsuite-52.units/test-honor-first-shutdown.sh new file mode 100755 index 0000000000..17c1ec9686 --- /dev/null +++ b/test/testsuite-52.units/test-honor-first-shutdown.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Honor first shutdown test script" +sleep infinity; |