summaryrefslogtreecommitdiff
path: root/popt/testit.sh
diff options
context:
space:
mode:
authorewt <devnull@localhost>1998-10-21 20:31:23 +0000
committerewt <devnull@localhost>1998-10-21 20:31:23 +0000
commit46e27fdf22ebbcf2f215486d22ff80eb3986607b (patch)
tree26cf7d67a48b58103f14ce2c2b33ff18932328a5 /popt/testit.sh
parent3607264dfd549d50e3582b6c7061c65fd281e1af (diff)
downloadlibrpm-tizen-46e27fdf22ebbcf2f215486d22ff80eb3986607b.tar.gz
librpm-tizen-46e27fdf22ebbcf2f215486d22ff80eb3986607b.tar.bz2
librpm-tizen-46e27fdf22ebbcf2f215486d22ff80eb3986607b.zip
added POPT_ARGFLAG_ONEDASH
CVS patchset: 2471 CVS date: 1998/10/21 20:31:23
Diffstat (limited to 'popt/testit.sh')
-rwxr-xr-xpopt/testit.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/popt/testit.sh b/popt/testit.sh
index 5bdedf3ab..a231df860 100755
--- a/popt/testit.sh
+++ b/popt/testit.sh
@@ -39,6 +39,8 @@ run test1 "test1 - 20" "./test1 ; --arg1" --echo-args --arg1
run test1 "test1 - 21" "./test1 ; --arg2 something" -T something -e
run test1 "test1 - 22" "./test1 ; --arg2 something -- more args" -T something -a more args
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
echo ""
echo "Passed."