From 6a303b09a5a1cc0c43680d4b7c4d8bbb46f41e4f Mon Sep 17 00:00:00 2001 From: dapan1121 <72057773+dapan1121@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:48:48 +0800 Subject: [PATCH] Delete tests/script/tsim/query/separator.sim --- tests/script/tsim/query/separator.sim | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/script/tsim/query/separator.sim diff --git a/tests/script/tsim/query/separator.sim b/tests/script/tsim/query/separator.sim deleted file mode 100644 index 06e9b89b9c..0000000000 --- a/tests/script/tsim/query/separator.sim +++ /dev/null @@ -1,11 +0,0 @@ -system sh/stop_dnodes.sh -system sh/deploy.sh -n dnode1 -i 1 -system sh/exec.sh -n dnode1 -s start -sql connect - -system taos -P7100 -s 'select "a;b" as x\G' | grep -v 'Query OK' | grep -v 'Client Version' > /tmp/separator.result -system echo ----------------------diff start----------------------- -system git diff --exit-code --color tsim/query/r/separator.result /tmp/separator.result -system echo ----------------------diff succeed----------------------- - -system sh/exec.sh -n dnode1 -s stop -x SIGINT \ No newline at end of file