Skip to content

Commit baa7fa3

Browse files
committed
Fixed POST tests in the test script
1 parent 2390648 commit baa7fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ wtest() {
2929
set -f
3030

3131
echo "POST tests"
32-
wtest "/" "-d \"t=select * from user\""
33-
wtest "/" "-d \"t=current_user (a\""
32+
wtest "/" "-dt=select * from user"
33+
wtest "/" "-dt=current_user (a"
3434

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

0 commit comments

Comments
 (0)