From ed8e35767cc4f2ea87496d5bf7c480bb5fb9d5d5 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 1 Jun 2020 13:22:07 +0800 Subject: [PATCH] change to bash to support [[ ]] syntax. --- tests/script/sh/clear.sh | 2 +- tests/script/sh/exec_tarbitrator.sh | 2 +- tests/script/sh/exec_up.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/script/sh/clear.sh b/tests/script/sh/clear.sh index 8c92054352..73d022d4f3 100755 --- a/tests/script/sh/clear.sh +++ b/tests/script/sh/clear.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash echo "Executing clear.sh" diff --git a/tests/script/sh/exec_tarbitrator.sh b/tests/script/sh/exec_tarbitrator.sh index 430d0920d2..4da00dff43 100755 --- a/tests/script/sh/exec_tarbitrator.sh +++ b/tests/script/sh/exec_tarbitrator.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # if [ $# != 2 || $# != 3 ]; then # echo "argument list need input : " diff --git a/tests/script/sh/exec_up.sh b/tests/script/sh/exec_up.sh index ed20117379..51ad03fe99 100755 --- a/tests/script/sh/exec_up.sh +++ b/tests/script/sh/exec_up.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # if [ $# != 4 || $# != 5 ]; then # echo "argument list need input : " -- GitLab