mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
tests/leaks.sh: add a newly discovered leak as known
Help us fix it at: https://github.com/ksh93/ksh/issues/407
This commit is contained in:
parent
b425196958
commit
8f24d4dc56
1 changed files with 7 additions and 0 deletions
|
@ -417,5 +417,12 @@ DO
|
|||
(SECONDS=1; LANG=C)
|
||||
DONE
|
||||
|
||||
# ======
|
||||
TEST title='showing --man info' known=y url=https://github.com/ksh93/ksh/issues/407
|
||||
DO
|
||||
set --man 2>/dev/null
|
||||
ulimit --man 2>/dev/null
|
||||
DONE
|
||||
|
||||
# ======
|
||||
exit $((Errors<125?Errors:125))
|
||||
|
|
Loading…
Reference in a new issue