diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 23:04:58 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 23:04:58 +0000 |
commit | 0e765e1af80b6432f25d2099a2a04a03af9ffbbe (patch) | |
tree | 82222d484adb09a083af6b2c582ac44c6b115004 /bin/ksh | |
parent | b96755bbafe804a6ec27f0fb5fa78102fd03bea4 (diff) |
$OpenBSD$
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/tests/bksl-nl.t | 2 | ||||
-rw-r--r-- | bin/ksh/tests/history.t | 2 | ||||
-rw-r--r-- | bin/ksh/tests/read.t | 2 | ||||
-rw-r--r-- | bin/ksh/tests/regress.t | 2 | ||||
-rw-r--r-- | bin/ksh/tests/th | 2 | ||||
-rw-r--r-- | bin/ksh/tests/th-sh | 2 | ||||
-rw-r--r-- | bin/ksh/tests/th.sh | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/bin/ksh/tests/bksl-nl.t b/bin/ksh/tests/bksl-nl.t index 3fb92ff53b5..a4a6f5495f5 100644 --- a/bin/ksh/tests/bksl-nl.t +++ b/bin/ksh/tests/bksl-nl.t @@ -1,3 +1,5 @@ +# $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ + # # These tests deal with how \newline is handled in various situations. The # first group of tests are places where it shouldn't be collapsed, the next diff --git a/bin/ksh/tests/history.t b/bin/ksh/tests/history.t index f45884e7979..cb94df89c43 100644 --- a/bin/ksh/tests/history.t +++ b/bin/ksh/tests/history.t @@ -1,3 +1,5 @@ +# $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ + # Not tested yet: # - commands in history file are not numbered negatively # (and a few hundred other things) diff --git a/bin/ksh/tests/read.t b/bin/ksh/tests/read.t index aced86adc32..ca7e3574a81 100644 --- a/bin/ksh/tests/read.t +++ b/bin/ksh/tests/read.t @@ -1,3 +1,5 @@ +# $OpenBSD: read.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ + # # To test: # POSIX: diff --git a/bin/ksh/tests/regress.t b/bin/ksh/tests/regress.t index b5d7432e991..c40976d614e 100644 --- a/bin/ksh/tests/regress.t +++ b/bin/ksh/tests/regress.t @@ -1,3 +1,5 @@ +# $OpenBSD: regress.t,v 1.11 2001/01/28 23:04:56 niklas Exp $ + # # The first 39 of these tests are from the old Bugs script. # diff --git a/bin/ksh/tests/th b/bin/ksh/tests/th index 7834b968a36..e1109882507 100644 --- a/bin/ksh/tests/th +++ b/bin/ksh/tests/th @@ -1,4 +1,6 @@ #!/usr/local/bin/perl +# $OpenBSD: th,v 1.8 2001/01/28 23:04:56 niklas Exp $ + # # Test harness for pdksh tests. diff --git a/bin/ksh/tests/th-sh b/bin/ksh/tests/th-sh index 3ca78e8c955..fef8750c03d 100644 --- a/bin/ksh/tests/th-sh +++ b/bin/ksh/tests/th-sh @@ -1,4 +1,6 @@ #!/bin/sh +# $OpenBSD: th-sh,v 1.2 2001/01/28 23:04:57 niklas Exp $ + # # Simple script to find perl and run it diff --git a/bin/ksh/tests/th.sh b/bin/ksh/tests/th.sh index 3ca78e8c955..93b07582efb 100644 --- a/bin/ksh/tests/th.sh +++ b/bin/ksh/tests/th.sh @@ -1,4 +1,6 @@ #!/bin/sh +# $OpenBSD: th.sh,v 1.4 2001/01/28 23:04:57 niklas Exp $ + # # Simple script to find perl and run it |