summaryrefslogtreecommitdiff
path: root/bin/ksh/tests/version.t
blob: 048544b88d4ef4671359bc65f06989673ff2be9b (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 97/10/27
---