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-17.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-17.sh')
-rwxr-xr-x | test/units/testsuite-17.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/units/testsuite-17.sh b/test/units/testsuite-17.sh index 72040f69d8..14ceebac95 100755 --- a/test/units/testsuite-17.sh +++ b/test/units/testsuite-17.sh @@ -6,11 +6,8 @@ set -o pipefail # shellcheck source=test/units/test-control.sh . "$(dirname "$0")"/test-control.sh -: >/failed - udevadm settle run_subtests touch /testok -rm /failed |