diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-12-01 11:02:08 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-12-01 11:02:08 +0100 |
commit | 137d16ff9c763271b510bd73f5ebf7567891fce6 (patch) | |
tree | 2fb393a69a5302d905d45d3cf3f6fe72f4a0ffb1 /tests/crlf | |
parent | 59500aec6d2e6663e9c53c57a08c5779cbbc9849 (diff) | |
download | libtasn1-137d16ff9c763271b510bd73f5ebf7567891fce6.tar.gz libtasn1-137d16ff9c763271b510bd73f5ebf7567891fce6.tar.bz2 libtasn1-137d16ff9c763271b510bd73f5ebf7567891fce6.zip |
Make crlf self-test work under Mingw+Wine.
Diffstat (limited to 'tests/crlf')
-rwxr-xr-x | tests/crlf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ set -e srcdir=${srcdir:-.} -ASN1DECODING=../src/asn1Decoding +ASN1DECODING=../src/asn1Decoding${EXEEXT} # The crlf.cer file is a normal certificate which contains bytes 0x0A # (LF), 0x0D (CF), and 0xFF (EOF), all are known to cause failures |