X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftestsuite_common.sh;h=bae1b6b687e939d88a1c22842cd30c83aace90a3;hb=refs%2Fchanges%2F28%2F10128%2F1;hp=2c5e6c3fc15c2d79cc3fdff5c2d62596df1393c8;hpb=7a7a13a47eeebf9a61fa84d14af59b1cbe1598bc;p=nonrtric.git diff --git a/test/common/testsuite_common.sh b/test/common/testsuite_common.sh index 2c5e6c3f..bae1b6b6 100644 --- a/test/common/testsuite_common.sh +++ b/test/common/testsuite_common.sh @@ -29,13 +29,8 @@ if [ $# -gt 0 ]; then paramError=0 fi fi -if [ $# -eq 2 ]; then - if [ $2 == "auto-clean" ]; then - paramError=0 - fi -fi if [ $paramError -ne 0 ]; then - echo "Expected arg: local|remote|remote-remove [ auto-clean ]" + echo "Expected arg: local|remote|remote-remove" exit 1 fi