Commit ID: 1005D43467E0A766F87
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/08/01 20:07:29 UTC
Modified files:
bin/mksh : check.t
Log message:
Remove drive letter first in nounset-1 test
In nounset-1 test, drive letter is not processed properly. For example,
-----
=3
F:/.../mksh.exe: y: parameter not set
-----
In the above output, only ':' following drive letter 'F' is removed. As
a result, the result filtered by sed becomes the following:
-----
=3
/.../mksh.exe: y: parameter not set
-----
After all, nounset-1 test fails on OS/2.
From: KO Myung-Hun <[email protected]>
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.816 -r1.817 src/bin/mksh/check.t