From baa7fa352f247e47c43583ab07fcfd7b7cfc05f5 Mon Sep 17 00:00:00 2001 From: Diego Blanco Date: Mon, 23 Jul 2018 10:55:53 +0200 Subject: [PATCH] Fixed POST tests in the test script --- test/run_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run_test.sh b/test/run_test.sh index c55b0d9..69ea8b0 100755 --- a/test/run_test.sh +++ b/test/run_test.sh @@ -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" ""