@@ -62,9 +62,9 @@ Cygwin | user | unknown
62
62
63
63
* Bourne Shell (__ sh__ )
64
64
* BASH - GNU Bourne Again SHell (__ bash__ )
65
- * DASH (__ dash__ )
66
- * Korn Shell (__ ksh__ )
67
- * pdksh - Public Domain Korn Shell (__ pdksh __ )
65
+ * DASH - Debian Almquist Shell (__ dash__ )
66
+ * Korn Shell - AT&T version of the Korn shell (__ ksh__ )
67
+ * mksh - MirBSD Korn Shell (__ mksh __ )
68
68
* zsh - Zsh (__ zsh__ ) (since 2.1.2) _ please see the Zsh shell errata for more information_
69
69
70
70
See the appropriate Release Notes for this release
@@ -184,6 +184,15 @@ ton more examples, take a look at the tests provided with [log4sh][log4sh] or
184
184
shUnit2 was after all written to meet the unit testing need that
185
185
[ log4sh] [ log4sh ] had.
186
186
187
+ If you are using distribution packaged shUnit2 which is accessible from
188
+ ` /usr/bin/shunit2 ` such as Debian, you can load shUnit2 without specifying its
189
+ path. So the last 2 lines in the above can be replaced by:
190
+
191
+ ``` sh
192
+ # Load shUnit2.
193
+ . shunit2
194
+ ```
195
+
187
196
---
188
197
189
198
## <a name =" function-reference " ></a > Function Reference
@@ -477,7 +486,7 @@ Notes:
477
486
478
487
1 . Line numbers are not supported in all shells. If a shell does not support
479
488
them, no errors will be thrown. Supported shells include: __ bash__ (>=3.0),
480
- __ ksh__ , __ pdksh __ , and __ zsh__ .
489
+ __ ksh__ , __ mksh __ , and __ zsh__ .
481
490
482
491
### <a name =" test-skipping " ></a > Test Skipping
483
492
@@ -538,7 +547,7 @@ oneTimeSetUp() {
538
547
}
539
548
540
549
# Load and run shUnit2.
541
- . ./shunit2
550
+ . .. /shunit2
542
551
```
543
552
544
553
Running the above test under the __ bash__ shell will result in the following
0 commit comments