Restructure test cases and upgraded test environment
[nonrtric.git] / test / common / testsuite_common.sh
index 2c5e6c3..bae1b6b 100644 (file)
@@ -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