summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--regress/README.regress6
2 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d8c0719a..08054bba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,6 @@
120040616 120040616
2 - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No 2 - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
3 code changes. 3 code changes.
4 - (dtucker) [regress/test-exec.sh]
5 Move Portable-only StrictModes to top of list to make syncs easier.
6 - (dtucker) OpenBSD CVS Sync regress/ 4 - (dtucker) OpenBSD CVS Sync regress/
7 - djm@cvs.openbsd.org 2004/04/27 09:47:30 5 - djm@cvs.openbsd.org 2004/04/27 09:47:30
8 [regress/Makefile regress/test-exec.sh, added regress/envpass.sh] 6 [regress/Makefile regress/test-exec.sh, added regress/envpass.sh]
@@ -18,6 +16,10 @@
18 - djm@cvs.openbsd.org 2004/06/13 15:16:54 16 - djm@cvs.openbsd.org 2004/06/13 15:16:54
19 [regress/test-exec.sh] 17 [regress/test-exec.sh]
20 remove duplicate setting of $SCP; spotted by markus@ 18 remove duplicate setting of $SCP; spotted by markus@
19 - (dtucker) [regress/test-exec.sh]
20 Move Portable-only StrictModes to top of list to make syncs easier.
21 - (dtucker) [regress/README.regress]
22 Add $TEST_SHELL to readme.
21 23
2220040615 2420040615
23 - (djm) OpenBSD CVS Sync 25 - (djm) OpenBSD CVS Sync
@@ -1243,4 +1245,4 @@
1243 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1245 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1244 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1246 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1245 1247
1246$Id: ChangeLog,v 1.3394 2004/06/16 10:36:16 dtucker Exp $ 1248$Id: ChangeLog,v 1.3395 2004/06/16 11:08:32 dtucker Exp $
diff --git a/regress/README.regress b/regress/README.regress
index 6ff032b68..81c2fbe5d 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -27,6 +27,7 @@ TEST_SSH_QUIET: set to "yes" to suppress non-fatal output.
27TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD 27TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD
28 SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER 28 SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER
29OBJ: used by test scripts to access build dir. 29OBJ: used by test scripts to access build dir.
30TEST_SHELL: shell used for running the test scripts.
30 31
31 32
32Individual tests. 33Individual tests.
@@ -35,7 +36,8 @@ You can invoke test-exec.sh directly if you set up the path to find the
35binaries under test and the test scripts themselves, for example: 36binaries under test and the test scripts themselves, for example:
36 37
37$ cd regress 38$ cd regress
38$ PATH=`pwd`/..:$PATH:. sh test-exec.sh `pwd` agent-timeout.sh 39$ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \
40 agent-timeout.sh
39ok agent timeout test 41ok agent timeout test
40 42
41 43
@@ -94,4 +96,4 @@ Known Issues.
94 unless ssh-rand-helper is in pre-installed (the path to 96 unless ssh-rand-helper is in pre-installed (the path to
95 ssh-rand-helper is hard coded). 97 ssh-rand-helper is hard coded).
96 98
97$Id: README.regress,v 1.4 2004/03/08 20:12:18 tim Exp $ 99$Id: README.regress,v 1.5 2004/06/16 11:08:32 dtucker Exp $