From: Darren Tucker Date: Mon, 15 Jul 2019 02:52:45 +0000 (+1000) Subject: Clear valgrind-out dir to prevent collisions. X-Git-Tag: V_8_1_P1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc551dfebb55845537b1095cf3ccd01640a147b7;p=thirdparty%2Fopenssh-portable.git Clear valgrind-out dir to prevent collisions. --- diff --git a/regress/test-exec.sh b/regress/test-exec.sh index e337f814a..5394119bd 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -153,6 +153,7 @@ SCP_BIN=${SCP} if [ "x$USE_VALGRIND" != "x" ]; then mkdir -p $OBJ/valgrind-out + rm -f $OBJ/valgrind-out/* # ensure agent low-priv tests can write logs. chmod 777 $OBJ/valgrind-out VG_TEST=`basename $SCRIPT .sh`