aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/property_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/property_test.c b/test/property_test.c
index ac1a8f7..722de05 100644
--- a/test/property_test.c
+++ b/test/property_test.c
@@ -45,7 +45,7 @@ static int test_property_string(void)
&& TEST_int_ne(i, j)
&& TEST_int_eq(ossl_property_value("yes", 1), j)
&& TEST_int_eq(ossl_property_value("no", 1), i)
- && TEST_int_ne(i = ossl_property_value("green", 1), 0)
+ && TEST_int_ne(i = ossl_property_value("illuminati", 1), 0)
&& TEST_int_eq(j = ossl_property_value("fnord", 1), i + 1)
&& TEST_int_eq(ossl_property_value("fnord", 1), j)
/* Check name and values are distinct */