selftests/exec: binfmt_script: Add the overall result line according to TAP
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Mon, 4 Mar 2024 15:59:23 +0000 (20:59 +0500)
committerKees Cook <keescook@chromium.org>
Wed, 13 Mar 2024 18:53:45 +0000 (11:53 -0700)
commit99f5819bee676ca70114423b0b29f43474b5fadf
tree5b95928495a32254ed682f0c9bf5e097878a999a
parent725d50261285ccf02501f2a1a6d10b31ce014597
selftests/exec: binfmt_script: Add the overall result line according to TAP

The following line is missing from the test's execution. Add it to make
it fully TAP conformant:
  # Totals: pass:27 fail:0 xfail:0 xpass:0 skip:0 error:0

Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20240304155928.1818928-1-usama.anjum@collabora.com
Signed-off-by: Kees Cook <keescook@chromium.org>
tools/testing/selftests/exec/binfmt_script.py