Skip to content

Commit cf96e50

Browse files
finalizing 2.1.6 release
1 parent dfdb0c8 commit cf96e50

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

doc/shunit2.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,13 @@ <h1><a class="toc-backref" href="#id2">Introduction</a></h1>
358358
multiple brown-bag releases were made. <em>Research was done to look for an
359359
existing product that met the testing requirements, but no adequate product was
360360
found.</em></p>
361-
<p>Tested Operating Systems</p>
361+
<p>Tested Operating Systems (varies over time)</p>
362362
<ul class="simple">
363363
<li>Cygwin</li>
364364
<li>FreeBSD (user supported)</li>
365365
<li>Linux (Gentoo, Ubuntu)</li>
366366
<li>Mac OS X</li>
367-
<li>Solaris 8, 9, 10</li>
367+
<li>Solaris 8, 9, 10 (inc. OpenSolaris)</li>
368368
</ul>
369369
<p>Tested Shells</p>
370370
<ul class="simple">
@@ -373,7 +373,7 @@ <h1><a class="toc-backref" href="#id2">Introduction</a></h1>
373373
<li>DASH (<strong>dash</strong>)</li>
374374
<li>Korn Shell (<strong>ksh</strong>)</li>
375375
<li>pdksh - Public Domain Korn Shell (<strong>pdksh</strong>)</li>
376-
<li>zsh - Zsh (<strong>zsh</strong>) (since 2.1.2) ¿ <em>please see the Zsh shell errata for more
376+
<li>zsh - Zsh (<strong>zsh</strong>) (since 2.1.2) <em>please see the Zsh shell errata for more
377377
information</em></li>
378378
</ul>
379379
<p>See the appropriate Release Notes for this release
@@ -668,6 +668,10 @@ <h2><a class="toc-backref" href="#id14">Some constants you can use</a></h2>
668668
<tr><td><tt class="docutils literal">SHUNIT_ERROR</tt></td>
669669
<td>The integer value 2.</td>
670670
</tr>
671+
<tr><td><tt class="docutils literal">SHUNIT_TMPDIR</tt></td>
672+
<td>Path to temporary directory that will be automatically
673+
cleaned up upon exit of shUnit2.</td>
674+
</tr>
671675
</tbody>
672676
</table>
673677
<p>User defined</p>
@@ -813,7 +817,8 @@ <h2><a class="toc-backref" href="#id17">Test Skipping</a></h2>
813817

814818
OK
815819
</pre>
816-
<p>But, running the test under any other shell will result in the following output.</p>
820+
<p>But, running the test under any other Unix shell will result in the following
821+
output.</p>
817822
<pre class="literal-block">
818823
$ /bin/ksh math_test.sh
819824
testAdding

doc/shunit2.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ multiple brown-bag releases were made. *Research was done to look for an
2727
existing product that met the testing requirements, but no adequate product was
2828
found.*
2929

30-
Tested Operating Systems
30+
Tested Operating Systems (varies over time)
3131

3232
- Cygwin
3333
- FreeBSD (user supported)
3434
- Linux (Gentoo, Ubuntu)
3535
- Mac OS X
36-
- Solaris 8, 9, 10
36+
- Solaris 8, 9, 10 (inc. OpenSolaris)
3737

3838
Tested Shells
3939

@@ -42,7 +42,7 @@ Tested Shells
4242
- DASH (**dash**)
4343
- Korn Shell (**ksh**)
4444
- pdksh - Public Domain Korn Shell (**pdksh**)
45-
- zsh - Zsh (**zsh**) (since 2.1.2) ¿ *please see the Zsh shell errata for more
45+
- zsh - Zsh (**zsh**) (since 2.1.2) *please see the Zsh shell errata for more
4646
information*
4747

4848
See the appropriate Release Notes for this release
@@ -351,6 +351,8 @@ Predefined
351351
``SHUNIT_TRUE`` Standard shell *true* value (the integer value 0).
352352
``SHUNIT_FALSE`` Standard shell *false* value (the integer value 1).
353353
``SHUNIT_ERROR`` The integer value 2.
354+
``SHUNIT_TMPDIR`` Path to temporary directory that will be automatically
355+
cleaned up upon exit of shUnit2.
354356
================== ===========================================================
355357

356358
User defined
@@ -495,8 +497,8 @@ output. ::
495497

496498
OK
497499

498-
But, running the test under any other shell will result in the following output.
499-
::
500+
But, running the test under any other Unix shell will result in the following
501+
output. ::
500502

501503
$ /bin/ksh math_test.sh
502504
testAdding

0 commit comments

Comments
 (0)