From: Andy Polyakov Date: Fri, 3 Feb 2017 13:00:22 +0000 (+0100) Subject: Rename 90-test_fuzz.t to 99-test_fuzz.t to ensure that it's executed last. X-Git-Tag: OpenSSL_1_1_1-pre1~2473 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=e05a453f6af2debbc868136a9760fec78fbd0c53 Rename 90-test_fuzz.t to 99-test_fuzz.t to ensure that it's executed last. Idea is to keep it last for all eternity, so that if you find yourself in time-pressed situation and deem that fuzz test can be temporarily skipped, you can terminate the test suite with less hesitation about following tests that you would have originally missed. Reviewed-by: Rich Salz --- diff --git a/test/recipes/90-test_fuzz.t b/test/recipes/99-test_fuzz.t similarity index 100% rename from test/recipes/90-test_fuzz.t rename to test/recipes/99-test_fuzz.t