On 27.11.2012 11:23, Herbert J. Skuhra wrote:
On 20.11.2012 08:55, Alistair G. Crooks wrote:
Module Name: src
Committed By: agc
Date: Tue Nov 20 07:55:55 UTC 2012
Added Files:
src/tests/usr.bin/netpgpverify: Atffile Makefile t_netpgpverify.sh
Log Message:
Add tests for netpgpverify.
After this commit the following command fails:
% ./build.sh -O ../obj -T ../tools -U distribution
[...]
rm: Atffile: Permission denied
Failed to remove the following files from
/usr/src/tests/usr.bin/netpgpverify:
Atffile
[...]
*** Error code 1
Stop.
nbmake: stopped in /usr/src
ERROR: Failed to make distribution
*** BUILD ABORTED ***
OK, the below patch helps:
--- tests/usr.bin/netpgpverify/Makefile.bak 2012-11-27
11:38:06.000000000 +0100
+++ tests/usr.bin/netpgpverify/Makefile 2012-11-27 11:38:19.000000000
+0100
@@ -6,4 +6,6 @@
TESTS_SH+= t_netpgpverify
+ATFFILE= no
+
.include <bsd.test.mk>
--
Herbert