X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fgetopts.tests;h=1814d7864b7cbcb08cd04d5a8bbe76bf91715e2b;hb=cce855bc5b117cb7ae70064131120687bc69fac0;hp=af1ee4fb363f28d2050e45678e5daa78ce9d3498;hpb=e8ce775db824de329b81293b4e5d8fbd65624528;p=platform%2Fupstream%2Fbash.git diff --git a/tests/getopts.tests b/tests/getopts.tests index af1ee4f..1814d78 100644 --- a/tests/getopts.tests +++ b/tests/getopts.tests @@ -9,30 +9,30 @@ echo $? # used in error messages, but not yet getopts -a opts name -${THIS_SH} ./getopts.sub1 -a -b bval one two three +${THIS_SH} ./getopts1.sub -a -b bval one two three # make sure getopts works when there are more than 9 positional parameters -${THIS_SH} ./getopts.sub1 -a -b bval one two three four five six seven eight nine ten eleven twelve -${THIS_SH} ./getopts.sub1 -a -b +${THIS_SH} ./getopts1.sub -a -b bval one two three four five six seven eight nine ten eleven twelve +${THIS_SH} ./getopts1.sub -a -b -${THIS_SH} ./getopts.sub2 -ad -c cval three four five +${THIS_SH} ./getopts2.sub -ad -c cval three four five -${THIS_SH} ./getopts.sub3 +${THIS_SH} ./getopts3.sub # make sure that `-b bval' and `-bbval' are equivalent -${THIS_SH} ./getopts.sub4 -a -b bval one two three -${THIS_SH} ./getopts.sub4 -a -bbval one two three +${THIS_SH} ./getopts4.sub -a -b bval one two three +${THIS_SH} ./getopts4.sub -a -bbval one two three # this tests `silent' error reporting -${THIS_SH} ./getopts.sub4 -a -b -${THIS_SH} ./getopts.sub4 -a -c +${THIS_SH} ./getopts4.sub -a -b +${THIS_SH} ./getopts4.sub -a -c # make sure that `--' can be used to end the list of options -${THIS_SH} ./getopts.sub4 -a -- -b bval one two three +${THIS_SH} ./getopts4.sub -a -- -b bval one two three -${THIS_SH} ./getopts.sub5 -a -c +${THIS_SH} ./getopts5.sub -a -c -${THIS_SH} ./getopts.sub6 -a -${THIS_SH} ./getopts.sub6 -a -c -${THIS_SH} ./getopts.sub6 -ac +${THIS_SH} ./getopts6.sub -a +${THIS_SH} ./getopts6.sub -a -c +${THIS_SH} ./getopts6.sub -ac echo $? # this should be 2 -${THIS_SH} ./getopts.sub7 -a +${THIS_SH} ./getopts7.sub -a