summaryrefslogtreecommitdiff
path: root/regress/reexec.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-05-26 13:43:57 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-05-26 13:43:57 +1000
commitd98dce6929de5ce98f53f968e02a8d1cbe696151 (patch)
treee7fbb78a869602c5d35c326d14b7c59d904f2791 /regress/reexec.sh
parentb253cc42136649e3eac80e02667f8fbc1e43baaa (diff)
- (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on
Cygwin.
Diffstat (limited to 'regress/reexec.sh')
-rw-r--r--regress/reexec.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/reexec.sh b/regress/reexec.sh
index d69b8c577..4f824a31d 100644
--- a/regress/reexec.sh
+++ b/regress/reexec.sh
@@ -3,10 +3,10 @@
3 3
4tid="reexec tests" 4tid="reexec tests"
5 5
6DATA=/bin/ls 6DATA=/bin/ls${EXEEXT}
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8SSHD_ORIG=$SSHD 8SSHD_ORIG=$SSHD${EXEEXT}
9SSHD_COPY=$OBJ/sshd 9SSHD_COPY=$OBJ/sshd${EXEEXT}
10 10
11# Start a sshd and then delete it 11# Start a sshd and then delete it
12start_sshd_copy () 12start_sshd_copy ()