summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/gtest_dlt_daemon_gateway.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gtest_dlt_daemon_gateway.sh b/tests/gtest_dlt_daemon_gateway.sh
index 4d952e5..5b7951d 100755
--- a/tests/gtest_dlt_daemon_gateway.sh
+++ b/tests/gtest_dlt_daemon_gateway.sh
@@ -154,7 +154,7 @@ setupTest()
return 1
fi
- if [ $# -eq 1 ] && [ "$1" == "1" ]
+ if [ $# -eq 1 ] && [ "$1" = "1" ]
then
echo "[General]" >>$tmpPath/dlt_gateway.conf
echo "Interval=1">>$tmpPath/dlt_gateway.conf
@@ -243,7 +243,7 @@ fi
echo "Initializing test"
-if [ $# -eq 1 ] && [ "$1" == "-w" ]
+if [ $# -eq 1 ] && [ "$1" = "-w" ]
then
echo "Including General section in dlt_gateway.conf"
setupTest 1