* krb5_decode_test.c (decode_run): If the ASN1 decoder returns an
authorEzra Peisach <epeisach@mit.edu>
Tue, 26 Sep 2000 16:39:45 +0000 (16:39 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 26 Sep 2000 16:39:45 +0000 (16:39 +0000)
commitf51760a152c68a43c4fc2762468eb390e30f7255
tree871c8dc48a36bea15cd03518812e63d9e2f2e6fe
parent02ba921eec255752f9a130fa2b98983a6d00d37a
* krb5_decode_test.c (decode_run): If the ASN1 decoder returns an
error, add one to the error count so there will be a non-zero
exit. Sometimes, the decoded structure is complete enoght to pass
the test, even with an ASN.1 error - which can easilly get missed
in the output run.

The indefinite lengths encryption key test (w/ trailing [2] integer)
fails under linux and SGI - but works on other platforms - probably
due to luck stack problems.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12677 dc483132-0cff-0310-8789-dd5450dbe970
src/tests/asn.1/ChangeLog
src/tests/asn.1/krb5_decode_test.c