aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/regress/reexec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/regress/reexec.sh')
-rw-r--r--crypto/openssh/regress/reexec.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/regress/reexec.sh b/crypto/openssh/regress/reexec.sh
index d69b8c577985..4f824a31d961 100644
--- a/crypto/openssh/regress/reexec.sh
+++ b/crypto/openssh/regress/reexec.sh
@@ -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 ()