]> andersk Git - openssh.git/commitdiff
- (dtucker) [regress/README.regress]
authordtucker <dtucker>
Wed, 16 Jun 2004 11:08:32 +0000 (11:08 +0000)
committerdtucker <dtucker>
Wed, 16 Jun 2004 11:08:32 +0000 (11:08 +0000)
   Add $TEST_SHELL to readme.

ChangeLog
regress/README.regress

index d3527c320676f6035bdf8da9d7e738f4caa32f1e..99e984d6458b5b6e2fe25fe15dce942ce588fc06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,6 @@
 20040616
  - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
    code changes.
- - (dtucker) [regress/test-exec.sh]
-   Move Portable-only StrictModes to top of list to make syncs easier.
  - (dtucker) OpenBSD CVS Sync regress/
    - djm@cvs.openbsd.org 2004/04/27 09:47:30
      [regress/Makefile regress/test-exec.sh, added regress/envpass.sh]
    - djm@cvs.openbsd.org 2004/06/13 15:16:54
      [regress/test-exec.sh]
      remove duplicate setting of $SCP; spotted by markus@
+ - (dtucker) [regress/test-exec.sh]
+   Move Portable-only StrictModes to top of list to make syncs easier.
+ - (dtucker) [regress/README.regress]
+   Add $TEST_SHELL to readme.
 
 20040615
  - (djm) OpenBSD CVS Sync
index 86311e7a7816c284656146eba2e8467e70571b7d..f449bcd154bf8ceb348f7f93e038c924a3420bf1 100644 (file)
@@ -27,6 +27,7 @@ TEST_SSH_QUIET: set to "yes" to suppress non-fatal output.
 TEST_SSH_x: path to "ssh" command under test, where x=SSH,SSHD,SSHAGENT,SSHADD
        SSHKEYGEN,SSHKEYSCAN,SFTP,SFTPSERVER
 OBJ: used by test scripts to access build dir.
+TEST_SHELL: shell used for running the test scripts.
 
 
 Individual tests.
@@ -35,7 +36,8 @@ You can invoke test-exec.sh directly if you set up the path to find the
 binaries under test and the test scripts themselves, for example:
 
 $ cd regress
-$ PATH=`pwd`/..:$PATH:. sh test-exec.sh `pwd` agent-timeout.sh
+$ PATH=`pwd`/..:$PATH:. TEST_SHELL=/bin/sh sh test-exec.sh `pwd` \
+    agent-timeout.sh
 ok agent timeout test
 
 
This page took 0.071657 seconds and 5 git commands to generate.