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-50.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-50.sh')
-rwxr-xr-x | test/units/testsuite-50.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/units/testsuite-50.sh b/test/units/testsuite-50.sh index 52d11b9cb9..fc73f01cc2 100755 --- a/test/units/testsuite-50.sh +++ b/test/units/testsuite-50.sh @@ -551,6 +551,4 @@ echo abc > abc systemd-dissect --copy-to /tmp/img abc /abc test -f /tmp/img/abc -echo OK >/testok - -exit 0 +touch /testok |