diff options
Diffstat (limited to 'contrib/bmake/unit-tests/shell-ksh.exp')
-rw-r--r-- | contrib/bmake/unit-tests/shell-ksh.exp | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/contrib/bmake/unit-tests/shell-ksh.exp b/contrib/bmake/unit-tests/shell-ksh.exp index 0bf83203a23a..fcb9fb888d21 100644 --- a/contrib/bmake/unit-tests/shell-ksh.exp +++ b/contrib/bmake/unit-tests/shell-ksh.exp @@ -1,4 +1,9 @@ -: normal -: always -: ignore errors +echo normal +normal +hidden +echo always +always +echo ignore errors +ignore errors +The "is filtered out. exit status 0 |