X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e..56213337357265eb42c40dd04a22f6ac433b9e81:/test/stdout/3300 diff --git a/test/stdout/3300 b/test/stdout/3300 index 1859bb184..f05d8cbfb 100644 --- a/test/stdout/3300 +++ b/test/stdout/3300 @@ -1,31 +1,40 @@ -> BadCrypt: no -> MySecret: yes -> MySecret: no -> MySecret: yes -> MySecret: no +> badCrypt: no +> +> # Defined-routine, and default, crypt mehods. These fail on FreeBSD because +> # the crypt() call does something different to that on Linux. The output +> # is therefore different, and the compare fails. +> +> mySecret: yes +> mySecret: no +> mySecret: yes +> mySecret: no > > crypt16: yes > crypt16: yes > crypt16: no > crypt16: yes > -> test: yes -> test: yes -> test: no -> test: yes -> test: no -> test: no -> -> abc: yes -> abc: yes -> abc: yes -> abd: no -> -> # Combinations -> -> Y: Y -> Y: Y -> Y: Y -> N: N -> N: N +> +> # Defined-algo methods. +> +> md5: yes +> md5: yes +> md5: no +> md5: yes +> md5: no +> md5: no +> +> sha1: yes +> sha1: yes +> sha1: yes +> sha1: no +> +> +> # Combinations. These fail on FreeBSD as above. +> +> y: Y +> y: Y +> y: Y +> n: N +> n: N >