summaryrefslogtreecommitdiff
path: root/bin/ksh/tests/version.t
blob: f0b1b9a75ef419266296563f1f31e66cb8f31610 (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.13.5 99/01/10
---