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