mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-13 17:18:01 +03:00
005e70e9a7
Commit abab5c47f8060eddf0212084a1d70c4b1e3d92dd incorrectly assumed we do not have any files that could be affected by sc_prohibit_reversed_compare_failure due to the conditional assignment: _test_script_regex ?= \<init\.sh\> so it removed the check. Also remove the leftover assignment of test-lib.sh, since any new code attempting to use the compare function with reversed arguments should be rejected by review for using shell instead of C or Python. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>