From bd58853102cee739f0e115e6d4b5334332ab1442 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 25 Feb 2015 16:58:22 -0800 Subject: valgrind support --- regress/reconfigure.sh | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'regress/reconfigure.sh') diff --git a/regress/reconfigure.sh b/regress/reconfigure.sh index 1a42c21b7..e6af9eab1 100644 --- a/regress/reconfigure.sh +++ b/regress/reconfigure.sh @@ -4,14 +4,16 @@ tid="simple connect after reconfigure" # we need the full path to sshd for -HUP -case $SSHD in -/*) - # full path is OK - ;; -*) - # otherwise make fully qualified - SSHD=$OBJ/$SSHD -esac +if test "x$USE_VALGRIND" = "x" ; then + case $SSHD in + /*) + # full path is OK + ;; + *) + # otherwise make fully qualified + SSHD=$OBJ/$SSHD + esac +fi start_sshd -- cgit v1.2.3