@@ -358,13 +358,13 @@ <h1><a class="toc-backref" href="#id2">Introduction</a></h1>
358
358
multiple brown-bag releases were made. < em > Research was done to look for an
359
359
existing product that met the testing requirements, but no adequate product was
360
360
found.</ em > </ p >
361
- < p > Tested Operating Systems</ p >
361
+ < p > Tested Operating Systems (varies over time) </ p >
362
362
< ul class ="simple ">
363
363
< li > Cygwin</ li >
364
364
< li > FreeBSD (user supported)</ li >
365
365
< li > Linux (Gentoo, Ubuntu)</ li >
366
366
< li > Mac OS X</ li >
367
- < li > Solaris 8, 9, 10</ li >
367
+ < li > Solaris 8, 9, 10 (inc. OpenSolaris) </ li >
368
368
</ ul >
369
369
< p > Tested Shells</ p >
370
370
< ul class ="simple ">
@@ -373,7 +373,7 @@ <h1><a class="toc-backref" href="#id2">Introduction</a></h1>
373
373
< li > DASH (< strong > dash</ strong > )</ li >
374
374
< li > Korn Shell (< strong > ksh</ strong > )</ li >
375
375
< 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
377
377
information</ em > </ li >
378
378
</ ul >
379
379
< 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>
668
668
< tr > < td > < tt class ="docutils literal "> SHUNIT_ERROR</ tt > </ td >
669
669
< td > The integer value 2.</ td >
670
670
</ 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 >
671
675
</ tbody >
672
676
</ table >
673
677
< p > User defined</ p >
@@ -813,7 +817,8 @@ <h2><a class="toc-backref" href="#id17">Test Skipping</a></h2>
813
817
814
818
OK
815
819
</ 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 >
817
822
< pre class ="literal-block ">
818
823
$ /bin/ksh math_test.sh
819
824
testAdding
0 commit comments