Update run_fuzzer

This commit is contained in:
Mike Aizatsky 2016-11-02 17:30:46 -07:00 committed by GitHub
parent 19a558f8b8
commit 43489960b0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ fi
SEED_CORPUS="${FUZZER}_seed_corpus.zip"
if [ -f $SEED_CORPUS ]; then
mkdir /tmp/seed_corpus/
rm -rf /tmp/seed_corpus/ && mkdir /tmp/seed_corpus/
unzip -d /tmp/seed_corpus/ $SEED_CORPUS
CMD_LINE="$CMD_LINE /tmp/seed_corpus/"
fi