Skip to content

Commit

Permalink
Fixed POST tests in the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-treitos committed Jul 23, 2018
1 parent 2390648 commit baa7fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ wtest() {
set -f

echo "POST tests"
wtest "/" "-d \"t=select * from user\""
wtest "/" "-d \"t=current_user (a\""
wtest "/" "-dt=select * from user"
wtest "/" "-dt=current_user (a"

echo "URL tests"
wtest "/t.php?t=select/*this is mysql space*/* from user" ""
Expand Down

0 comments on commit baa7fa3

Please sign in to comment.