diff options
author | Colin Watson <cjwatson@debian.org> | 2012-09-06 23:20:10 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-09-06 23:20:10 +0100 |
commit | c6a2c0334e45419875687d250aed9bea78480f2e (patch) | |
tree | d8f01bef9f3921fa1ca7592a19474be9c8349f76 /regress/reexec.sh | |
parent | dd5ed53e20d218607260916a6b04d1c8c5b3d88f (diff) | |
parent | 8b13b5bdc4f19bd52ee673104d66b71c21153b96 (diff) |
merge 6.1p1
Diffstat (limited to 'regress/reexec.sh')
-rw-r--r-- | regress/reexec.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/reexec.sh b/regress/reexec.sh index 6edfc318e..9464eb699 100644 --- a/regress/reexec.sh +++ b/regress/reexec.sh | |||
@@ -46,6 +46,9 @@ rm -f $PIDFILE | |||
46 | 46 | ||
47 | cp $OBJ/sshd_config.orig $OBJ/sshd_config | 47 | cp $OBJ/sshd_config.orig $OBJ/sshd_config |
48 | 48 | ||
49 | # cygwin can't fork a deleted binary | ||
50 | if [ "$os" != "cygwin" ]; then | ||
51 | |||
49 | verbose "test reexec fallback" | 52 | verbose "test reexec fallback" |
50 | 53 | ||
51 | start_sshd_copy | 54 | start_sshd_copy |
@@ -69,4 +72,4 @@ copy_tests | |||
69 | $SUDO kill `$SUDO cat $PIDFILE` | 72 | $SUDO kill `$SUDO cat $PIDFILE` |
70 | rm -f $PIDFILE | 73 | rm -f $PIDFILE |
71 | 74 | ||
72 | 75 | fi | |