1
0
Fork 0
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:
Martijn Dekker 2021-12-28 19:03:11 +00:00
parent b425196958
commit 8f24d4dc56

View file

@ -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))