mksh/tests/version.t
2004-08-27 14:29:55 +00:00

10 lines
172 B
Raku

name: version-1
description:
Check version of shell.
category: pdksh
stdin:
echo $KSH_VERSION
expected-stdout:
@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.12 $
---