summaryrefslogtreecommitdiff
path: root/bin/pdksh/tests/version.t
blob: e1b8127fcbc1999904a93c04fbcdb1795ee838fd (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.9 96/09/30
---