diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-06-17 16:36:27 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-06-17 16:36:27 +1000 |
commit | 10e7f1929b54dcdd91fea2fe03e9450abdd8b31c (patch) | |
tree | 133773999629d2bbf19fa5bac623eaa7dac7c633 /regress/multiplex.sh | |
parent | 3e86fc4e992cec58461d6170816d03b36ad8f783 (diff) |
- (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
it.
Diffstat (limited to 'regress/multiplex.sh')
-rw-r--r-- | regress/multiplex.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/multiplex.sh b/regress/multiplex.sh index b70a99c01..654aae5e6 100644 --- a/regress/multiplex.sh +++ b/regress/multiplex.sh | |||
@@ -5,7 +5,7 @@ CTL=$OBJ/ctl-sock | |||
5 | 5 | ||
6 | tid="connection multiplexing" | 6 | tid="connection multiplexing" |
7 | 7 | ||
8 | DATA=/bin/ls | 8 | DATA=/bin/ls${EXEEXT} |
9 | COPY=$OBJ/ls.copy | 9 | COPY=$OBJ/ls.copy |
10 | 10 | ||
11 | start_sshd | 11 | start_sshd |