source: examples/creddy_tests/verify.ck @ 163aadf

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 163aadf was 7e07118, checked in by Mei <mei@…>, 11 years ago

i1) adjust expected test result to changes in python's error catching

  • Property mode set to 100755
File size: 393 bytes
Line 
1#!/bin/sh
2
3# verify.ck
4
5result=`diff -I "I/O warning" -I "no start line" verify.out verify.save 2>/dev/null`
6
7if [ "$result" = "" ]; then
8    return 0
9else
10    return 1
11fi
12
13
14# ignore
15#< 10455:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:650:Expecting: CERTIFICATE
16#---
17#> 10410:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:650:Expecting: CERTIFICATE
18#
19
Note: See TracBrowser for help on using the repository browser.