Marc Espie wrote:
> Well, apart from the bike-shedding, it seems like the most correct
> short-term solution.
> 
> So I will commit it tomorrow, unless someone has an actual better idea.

Nobody answered if SUDO_CLEAN is actualy set. I checked. It's not.

Index: Makefile
===================================================================
RCS file: /cvs/src/regress/usr.bin/ssh/Makefile,v
retrieving revision 1.98
diff -u -p -r1.98 Makefile
--- Makefile    22 Nov 2018 08:48:32 -0000      1.98
+++ Makefile    14 Dec 2018 20:56:11 -0000
@@ -209,7 +209,6 @@ c-${s}:
 
 clean: ${CLEAN_SUBDIR}
        rm -f ${CLEANFILES}
-       test -z "${SUDO}" || ${SUDO} rm -f ${SUDO_CLEAN}
        rm -rf .putty
 
 .include <bsd.regress.mk>

Reply via email to