summaryrefslogtreecommitdiff
path: root/bin/ksh/tests/version.t
blob: cb70c6647e66b3e416573078843f6557d4df3cdf (plain)
1
2
3
4
5
6
7
8
9
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
---