diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-07-12 15:49:55 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-07-12 16:03:40 +0200 |
commit | 07268394d6ed73500df4523b9ff353c2c8e303b8 (patch) | |
tree | 713bc815c51513d00036b68c955acaf679b6d80b /test/units/testsuite-79.sh | |
parent | test: fail if we find units/tests in failed state (diff) | |
download | systemd-07268394d6ed73500df4523b9ff353c2c8e303b8.tar.xz systemd-07268394d6ed73500df4523b9ff353c2c8e303b8.zip |
test: unify /testok & /failed handling
And drop it where not necessary.
Diffstat (limited to 'test/units/testsuite-79.sh')
-rwxr-xr-x | test/units/testsuite-79.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/units/testsuite-79.sh b/test/units/testsuite-79.sh index 53606e117b..205f7f3da3 100755 --- a/test/units/testsuite-79.sh +++ b/test/units/testsuite-79.sh @@ -54,6 +54,5 @@ systemd-run -u "$UNIT" -p Type=exec -p ProtectControlGroups=1 -p DynamicUser=1 - rm "$SCRIPT" systemd-analyze log-level info -echo OK >/testok -exit 0 +touch /testok |