From e05a453f6af2debbc868136a9760fec78fbd0c53 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 3 Feb 2017 14:00:22 +0100 Subject: [PATCH] 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 --- test/recipes/{90-test_fuzz.t => 99-test_fuzz.t} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/recipes/{90-test_fuzz.t => 99-test_fuzz.t} (100%) 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 -- 2.34.1