mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-03-24 10:21:18 +01:00
Init WFuzz state
This commit is contained in:
11
tests/non_existing_target/test.sh
Normal file
11
tests/non_existing_target/test.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
cd ../
|
||||
|
||||
# Run fuzzer
|
||||
./run.sh ./tests/localhost_config.json ./tests/documentation.yaml 2>&1 | grep "Fuzzing hangs on test case number: 1. See log file for an error message."
|
||||
RET_VAL=`echo $?`
|
||||
|
||||
if [ $RET_VAL -eq 0 ] ; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exit 1
|
||||
Reference in New Issue
Block a user