diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2016-12-16 01:06:27 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-12-16 13:16:34 +1100 |
commit | 2f2ffa4fbe4b671bbffa0611f15ba44cff64d58e (patch) | |
tree | e23577a9aadfbaed15dccfcd289f74ac542d3397 /regress/reexec.sh | |
parent | e15e7152331e3976b35475fd4e9c72897ad0f074 (diff) |
upstream commit
Move the "stop sshd" code into its own helper function.
Patch from Zev Weiss <zev at bewilderbeest.net>, ok djm@
Upstream-Regress-ID: a113dea77df5bd97fb4633ea31f3d72dbe356329
Diffstat (limited to 'regress/reexec.sh')
-rw-r--r-- | regress/reexec.sh | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/regress/reexec.sh b/regress/reexec.sh index 6ac648fd3..72957d4cd 100644 --- a/regress/reexec.sh +++ b/regress/reexec.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: reexec.sh,v 1.9 2016/12/15 23:50:37 dtucker Exp $ | 1 | # $OpenBSD: reexec.sh,v 1.10 2016/12/16 01:06:27 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="reexec tests" | 4 | tid="reexec tests" |
@@ -39,8 +39,7 @@ echo "InvalidXXX=no" >> $OBJ/sshd_config | |||
39 | 39 | ||
40 | copy_tests | 40 | copy_tests |
41 | 41 | ||
42 | $SUDO kill `$SUDO cat $PIDFILE` | 42 | stop_sshd |
43 | rm -f $PIDFILE | ||
44 | 43 | ||
45 | cp $OBJ/sshd_config.orig $OBJ/sshd_config | 44 | cp $OBJ/sshd_config.orig $OBJ/sshd_config |
46 | 45 | ||
@@ -54,8 +53,7 @@ rm -f $SSHD_COPY | |||
54 | 53 | ||
55 | copy_tests | 54 | copy_tests |
56 | 55 | ||
57 | $SUDO kill `$SUDO cat $PIDFILE` | 56 | stop_sshd |
58 | rm -f $PIDFILE | ||
59 | 57 | ||
60 | verbose "test reexec fallback without privsep" | 58 | verbose "test reexec fallback without privsep" |
61 | 59 | ||
@@ -67,7 +65,6 @@ rm -f $SSHD_COPY | |||
67 | 65 | ||
68 | copy_tests | 66 | copy_tests |
69 | 67 | ||
70 | $SUDO kill `$SUDO cat $PIDFILE` | 68 | stop_sshd |
71 | rm -f $PIDFILE | ||
72 | 69 | ||
73 | fi | 70 | fi |