# HG changeset patch # User Augie Fackler # Date 2019-09-17 19:07:08 # Node ID 39cab871e8801489fcb6022527d47607ada92fb6 # Parent 0152a907f71413117542a953b52e81eafdeb6ecc tests: clean up built binaries after running test-fuzz-targets.t Most users won't notice a change here because they won't have the fuzzer infra, but by good fortune my workstation has the required bits and keeps leaving the fuzzer binaries around. Differential Revision: https://phab.mercurial-scm.org/D6862 diff --git a/tests/test-fuzz-targets.t b/tests/test-fuzz-targets.t --- a/tests/test-fuzz-targets.t +++ b/tests/test-fuzz-targets.t @@ -41,3 +41,6 @@ Just run the fuzzers for five seconds ea $ ./bdiff -max_total_time 5 $ ./mpatch -max_total_time 5 $ ./xdiff -max_total_time 5 + +Clean up. + $ $MAKE -s clean