~ubuntu-branches/ubuntu/dapper/openssh/dapper

« back to all changes in this revision

Viewing changes to regress/reexec.sh

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-10-31 07:46:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051031074644-poik7e4un4723tr4
Tags: 1:4.2p1-5ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
tid="reexec tests"
5
5
 
6
 
DATA=/bin/ls
 
6
DATA=/bin/ls${EXEEXT}
7
7
COPY=${OBJ}/copy
8
 
SSHD_ORIG=$SSHD
9
 
SSHD_COPY=$OBJ/sshd
 
8
SSHD_ORIG=$SSHD${EXEEXT}
 
9
SSHD_COPY=$OBJ/sshd${EXEEXT}
10
10
 
11
11
# Start a sshd and then delete it
12
12
start_sshd_copy ()