diff --git a/test/afl/compile/afl-compile-no-enable-arg.sh b/test/afl/compile/afl-compile-no-enable-arg.sh deleted file mode 100755 index aad12571..00000000 --- a/test/afl/compile/afl-compile-no-enable-arg.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -x - -# this is for the fuzzing-wrappers/client-rc.sh script - -cd ../../ -CC=afl-gcc ./extras/apparmor/configure_args.sh $@ -make clean -AFL_HARDEN=1 make -cd test/afl -exit $?