summaryrefslogtreecommitdiff
path: root/bin/ksh/tests/version.t
blob: 0ec6fbac7b5f2ba7259d5a9ca9f56db3762029a1 (plain)
1
2
3
4
5
6
7
8
name: version-1
description:
	Check version of shell.
stdin:
	echo $KSH_VERSION
expected-stdout:
	@(#)PD KSH v5.2.8 96/08/19
---