Commit 6b955c68 authored by Lev Walkin's avatar Lev Walkin

treat embedded zeroes well

parent 4d9fbb48
......@@ -10,7 +10,7 @@ for ref in ../tests/*.asn1.-*; do
echo "Checking $src against $ref"
./asn1c "-$flags" "$src" > "$tmpfile" || ec=$?
if [ $? = 0 ]; then
diff -u "$ref" "$tmpfile" || ec=$?
diff -a -u "$ref" "$tmpfile" || ec=$?
fi
rm -f "$tmpfile"
done
......
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