Testsuite: document testcase issue on FreeBSD
[exim.git] / test / stdout / 3300
CommitLineData
9650d98a 1> badCrypt: no
54ebae89
JH
2>
3> # Defined-routine, and default, crypt mehods. These fail on FreeBSD because
4> # the crypt() call does something different to that on Linux. The output
5> # is therefore different, and the compare fails.
6>
9650d98a
JH
7> mySecret: yes
8> mySecret: no
9> mySecret: yes
10> mySecret: no
54c5ebb1
PH
11>
12> crypt16: yes
13> crypt16: yes
14> crypt16: no
15> crypt16: yes
16>
54c5ebb1 17>
54ebae89
JH
18> # Defined-algo methods.
19>
20> md5: yes
21> md5: yes
22> md5: no
23> md5: yes
24> md5: no
25> md5: no
26>
27> sha1: yes
28> sha1: yes
29> sha1: yes
30> sha1: no
31>
54c5ebb1 32>
54ebae89 33> # Combinations. These fail on FreddBSD as above.
54c5ebb1 34>
9650d98a
JH
35> y: Y
36> y: Y
37> y: Y
38> n: N
39> n: N
54c5ebb1 40>