Skip to content

Commit

Permalink
Comment out HTTP test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Nov 26, 2023
1 parent c04e6b8 commit 090846a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions scripts/test_invalid_parameters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ $BRUCUTU -u xxx://localhost && exit 1
echo "Invalid set of arguments"
$BRUCUTU -u pop3://localhost -L samples/users.txt -l foo -p bar && exit 1

echo "False user and password for http basic auth"
$BRUCUTU -u http://httpd -l foo -p XXXX && exit 1

exit 0
exit 0
2 changes: 1 addition & 1 deletion scripts/test_valid_use_cases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ $BRUCUTU -u ssh://ssh -a 2222 -L samples/users.txt -P samples/passwd.txt || exit
$BRUCUTU -u pop3://email -l foo -p thepassword || exit -1
$BRUCUTU -u pop3://email -L samples/users.txt -P samples/passwd.txt || exit -1
# Giving false positive
# $BRUCUTU -u http://httpd -l foo -p bar -f || exit -1
$BRUCUTU -u http://httpd -l foo -p bar -f || exit -1

exit 0

0 comments on commit 090846a

Please sign in to comment.