Test breaking a test
Some checks failed
CI with JUnit Report / build-and-test (push) Has been cancelled

This commit is contained in:
2026-01-18 11:45:26 -05:00
parent 0f8aaef08b
commit fcd2b454de

View File

@@ -86,7 +86,7 @@ function shunittest_hash_values
cmp="$cmp ${k}=${hash[$k]}"
done
cmp=$(echo "$cmp" | sed s/'^ *'//)
if [[ "$cmp" != "$base" ]]; then
if [[ "$cmp" == "$base" ]]; then
echo "Hash does not contain expected arguments ($cmp vs $base)"
cmdarg_dump >&2
return 1