svn commit: r567848 - head/Mk/Scripts
Olivier Cochard
olivier at FreeBSD.org
Mon Mar 8 14:11:44 UTC 2021
Author: olivier
Date: Mon Mar 8 14:11:44 2021
New Revision: 567848
URL: https://svnweb.freebsd.org/changeset/ports/567848
Log:
Allows atf scripts to pass qa
Approved by: rene
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D28581
Modified:
head/Mk/Scripts/qa.sh
Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh Mon Mar 8 14:06:25 2021 (r567847)
+++ head/Mk/Scripts/qa.sh Mon Mar 8 14:11:44 2021 (r567848)
@@ -80,6 +80,7 @@ shebangonefile() {
/usr/bin/sed) ;;
/usr/sbin/dtrace) ;;
/usr/bin/make) ;;
+ /usr/libexec/atf-sh) ;;
*)
badinterp="${interp}"
;;
More information about the svn-ports-all
mailing list