Merge pull request #2092 from taosdata/hotfix/sangshuduo/fix-test-script-as-jeff-suggestions

change to bash to support [[ ]] syntax.
This commit is contained in:
Shengliang Guan 2020-06-01 13:24:23 +08:00 committed by GitHub
commit 9fc91fc557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
echo "Executing clear.sh" echo "Executing clear.sh"

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# if [ $# != 2 || $# != 3 ]; then # if [ $# != 2 || $# != 3 ]; then
# echo "argument list need input : " # echo "argument list need input : "

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# if [ $# != 4 || $# != 5 ]; then # if [ $# != 4 || $# != 5 ]; then
# echo "argument list need input : " # echo "argument list need input : "