test: fix a typo, Add a colon to option that have parameter

Signed-off-by: Zhang Keqiao <keqiao.zhang@linux.intel.com>
This commit is contained in:
Zhang Keqiao 2019-03-01 09:08:31 +08:00 committed by Liam Girdwood
parent 99ee4432d1
commit 0097215afc
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ if [ $# == 0 ]; then
echo "Please specify the PCM to test."
usage
else
while getopts :t:r:f:c:i:n:d OPT
while getopts :t:r:f:c:i:n:d: OPT
do
case $OPT in
t)