]> andersk Git - openssh.git/commitdiff
- (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
authordtucker <dtucker>
Thu, 17 Jun 2004 06:36:27 +0000 (06:36 +0000)
committerdtucker <dtucker>
Thu, 17 Jun 2004 06:36:27 +0000 (06:36 +0000)
   it.

ChangeLog
regress/multiplex.sh

index 219c248d16da73c843476449317149dd72fa9de1..72b6e0dca5e06a2f7c9fcf65c693edeb923621ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
    - dtucker@cvs.openbsd.org 2004/06/17 06:19:06
      [regress/multiplex.sh]
      Add small description of failing test to failure message; ok djm@
+ - (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
+   it.
 
 20040616
  - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
index b70a99c01ce1c91a45383157ad1bfe7e08ae44a8..654aae5e6ea69b812c1835eea6c0a9ac92a75b8a 100644 (file)
@@ -5,7 +5,7 @@ CTL=$OBJ/ctl-sock
 
 tid="connection multiplexing"
 
-DATA=/bin/ls
+DATA=/bin/ls${EXEEXT}
 COPY=$OBJ/ls.copy
 
 start_sshd
This page took 0.189005 seconds and 5 git commands to generate.