summaryrefslogtreecommitdiff
path: root/bin/ksh/tests/version.t
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-01-19 20:42:00 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-01-19 20:42:00 +0000
commit2f624c868b5a44e93b0e9866f57e6ff187f54f64 (patch)
treee26638c74f16c5056262715cfe09c002434d1788 /bin/ksh/tests/version.t
parentfc018f8ac5eb7797e4de7700a5bccce0547eb6a5 (diff)
Updates from pdksh-unstable-5.2.13.7. Most notable change is:
trap: exit traps now executed in subshells (without explicit exit call). See the Changelog for a full list of changes.
Diffstat (limited to 'bin/ksh/tests/version.t')
-rw-r--r--bin/ksh/tests/version.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ksh/tests/version.t b/bin/ksh/tests/version.t
index f0b1b9a75ef..b7ea2a8ecac 100644
--- a/bin/ksh/tests/version.t
+++ b/bin/ksh/tests/version.t
@@ -1,8 +1,9 @@
name: version-1
description:
Check version of shell.
+category: pdksh
stdin:
echo $KSH_VERSION
expected-stdout:
- @(#)PD KSH v5.2.13.5 99/01/10
+ @(#)PD KSH v5.2.13.7 99/01/15
---