summaryrefslogtreecommitdiff
path: root/bin/pdksh/tests/version.t
blob: 23d834015faa5bacff82deb9236933452792c407 (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.12 96/10/29
---