Commit 2e36bd81 authored by Lev Walkin's avatar Lev Walkin

allow for numbers and other characters

parent 75809e82
...@@ -5,7 +5,7 @@ tmpfile=".check-parsing.$$.tmp" ...@@ -5,7 +5,7 @@ tmpfile=".check-parsing.$$.tmp"
ec=0 ec=0
for ref in ../tests/*.asn1.-*; do for ref in ../tests/*.asn1.-*; do
src=`echo "$ref" | sed -e 's/\.-[a-zA-Z]*$//'` src=`echo "$ref" | sed -e 's/\.-[-a-zA-Z0-9=]*$//'`
flags=`echo "$ref" | sed -e 's/.*\.-//'` flags=`echo "$ref" | sed -e 's/.*\.-//'`
echo "Checking $src against $ref" echo "Checking $src against $ref"
./asn1c "-$flags" "$src" > "$tmpfile" || ec=$? ./asn1c "-$flags" "$src" > "$tmpfile" || ec=$?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment