assert_int_not_equal 21 lib/common/tests/strings/pcmk__strcmp_test.c assert_int_not_equal(pcmk__strcmp(s1, s2, pcmk__str_none), 0); assert_int_not_equal 66 lib/common/tests/strings/pcmk__strcmp_test.c assert_int_not_equal(pcmk__strcmp(s1, "xxyy", pcmk__str_regex), 0); assert_int_not_equal 70 lib/common/tests/strings/pcmk__strcmp_test.c assert_int_not_equal(pcmk__strcmp(s2, "a..d", pcmk__str_regex), 0);