]> andersk Git - openssh.git/blobdiff - regress/reexec.sh
- markus@cvs.openbsd.org 2010/01/15 09:24:23
[openssh.git] / regress / reexec.sh
index d69b8c577985b7f83c00979acde6e4c876e2baa9..4f824a31d96165127cc169c757ba5c4533e36d24 100644 (file)
@@ -3,10 +3,10 @@
 
 tid="reexec tests"
 
-DATA=/bin/ls
+DATA=/bin/ls${EXEEXT}
 COPY=${OBJ}/copy
-SSHD_ORIG=$SSHD
-SSHD_COPY=$OBJ/sshd
+SSHD_ORIG=$SSHD${EXEEXT}
+SSHD_COPY=$OBJ/sshd${EXEEXT}
 
 # Start a sshd and then delete it
 start_sshd_copy ()
This page took 0.080526 seconds and 4 git commands to generate.