summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/lib/shunit2/doc/RELEASE_NOTES-2.1.3.txt
blob: 7d1c9f6523d38bbee92b23d6bedf946037975b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Release Notes for shUnit2 2.1.3
===============================

This release is minor feature release. It improves support for zsh (although it
still isn't what it could be) and adds automated testing framework support by
returning a non-zero exit when tests fail.

To use zsh with shUnit2, the following two requirements must be met:
* The ``shwordsplit`` option must be set.
* The ``function_argzero`` option must be unset.

Please read the Shell Errata section of the documentation for guidance on how
to meet these requirements.

See the ``CHANGES-2.1.txt`` file for a full list of changes.


Tested Platforms
----------------

Cygwin

- bash 3.2.33(18)
- pdksh 5.2.14

Linux

- bash 3.2.33(1)
- dash 0.5.4
- ksh 1993-12-28
- pdksh 5.2.14
- zsh 4.3.4

Mac OS X 10.5.2 (Darwin 9.2.2)

- bash 3.2.17(1)
- ksh 1993-12-28
- zsh 4.3.4

Solaris 11 x86 (Nevada 77)

- /bin/sh
- bash 3.2.25(1)
- ksh M-11/16/88i
- zsh 4.3.4


New Features
------------

None.


Changes and Enhancements
------------------------

Support for automated testing frameworks.


Bug Fixes
---------

Fixed some issues with zsh support.


Deprecated Features
-------------------

None.


Known Bugs and Issues
---------------------

Functions do not properly test for an invalid number of arguments.

ksh and pdksh do not pass null arguments (i.e. empty strings as '') properly,
and as such checks do not work properly.

zsh requires the ``shwordsplit`` option to be set, and the ``function_argzero``
option to be unset for proper operation.


.. vim:fileencoding=latin1:ft=rst:spell:textwidth=80