From d57f0e3a1ceece9e69f091bb8511002e254f165b Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Tue, 8 Jun 2021 21:41:01 +0200 Subject: remove warning regarding core_pattern (was wrong/unnecessary anyway) --- test/test-gcc-plugin.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/test-gcc-plugin.sh') diff --git a/test/test-gcc-plugin.sh b/test/test-gcc-plugin.sh index 4c36b6c9..50d83e40 100755 --- a/test/test-gcc-plugin.sh +++ b/test/test-gcc-plugin.sh @@ -52,10 +52,6 @@ test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && { CODE=1 } # now we want to be sure that afl-fuzz is working - (test "$(uname -s)" = "Linux" && test "$(sysctl kernel.core_pattern)" != "kernel.core_pattern = core" && { - $ECHO "$YELLOW[-] we should not run afl-fuzz with enabled core dumps. Run 'sudo sh afl-system-config'.$RESET" - true - }) || # make sure crash reporter is disabled on Mac OS X (test "$(uname -s)" = "Darwin" && test $(launchctl list 2>/dev/null | grep -q '\.ReportCrash$') && { $ECHO "$RED[!] we cannot run afl-fuzz with enabled crash reporter. Run 'sudo sh afl-system-config'.$RESET" -- cgit 1.4.1