mksh/tests/version.t

10 lines
205 B
Perl
Raw Normal View History

name: version-1
description:
Check version of shell.
category: pdksh
stdin:
echo $KSH_VERSION
2004-10-28 18:49:49 +02:00
expected-stdout-pattern:
/PD KSH v5\.2\.14 MirOS \$Revision\: 1.15 \$ in (native )?KSH mode( as mksh)?/
---