From be142216e41d684f5c533ac8efda247e95a1dd6b Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Fri, 10 Aug 2018 08:54:07 -0700 Subject: [PATCH] [test suite] remove redundant statement --- test/test-fwknop.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-fwknop.pl b/test/test-fwknop.pl index 6a6f85b4..d7cfb11e 100755 --- a/test/test-fwknop.pl +++ b/test/test-fwknop.pl @@ -7764,8 +7764,6 @@ sub init() { $asan_mode = 1; $asan_instrumentation_check = 1; } else { - &write_test_file("[-] Can't find --enable-asan-support in $config_log\n", - $curr_test_file); push @tests_to_exclude, qr/ASAN/; }