From: ewt Date: Wed, 7 Apr 1999 06:22:30 +0000 (+0000) Subject: added tests for single - argument X-Git-Tag: tznext/4.11.0.1.tizen20130304~9179 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffa1389df4627db2815b835b2f4391ea4850c407;p=tools%2Flibrpm-tizen.git added tests for single - argument CVS patchset: 2965 CVS date: 1999/04/07 06:22:30 --- diff --git a/popt/testit.sh b/popt/testit.sh index bdb78ab..f81edb2 100755 --- a/popt/testit.sh +++ b/popt/testit.sh @@ -42,6 +42,8 @@ run test1 "test1 - 23" "./test1 ; --echo-args -a" --echo-args -e -a run test1 "test1 - 24" "arg1: 0 arg2: (none) short: 1" -shortoption run test1 "test1 - 25" "arg1: 0 arg2: (none) short: 1" --shortoption run test1 "test1 - 26" "callback: c arg for cb2 foo arg1: 0 arg2: (none)" --cb2 foo +run test1 "test1 - 27" "arg1: 0 arg2: (none) -" - +run test1 "test1 - 28" "arg1: 0 arg2: foo -" - -2 foo echo "" echo "Passed."