summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2021-03-04 01:13:11 +0000
committerafresh1 <afresh1@openbsd.org>2021-03-04 01:13:11 +0000
commit74d96eee8bcd3d963e05905d713738ddf02a3912 (patch)
treefb5bec4c23080fcc3d9268e0e19ccc11ca7b364c /gnu
parentoff by one (diff)
downloadwireguard-openbsd-74d96eee8bcd3d963e05905d713738ddf02a3912.tar.xz
wireguard-openbsd-74d96eee8bcd3d963e05905d713738ddf02a3912.zip
Never automatically rewrite perl/dist/Devel-PPPort/t/01_test.t
We are never going to update the files that generate this test and the interaction with "cvs up" means we can accidentally hit it when they hange between releases but permissions when building the system prevent us from writing the update and breaks the build. Found by naddy@, krw@, and deraadt@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL b/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
index bc5f502e98c..12d6fe35d4e 100644
--- a/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
+++ b/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
@@ -63,7 +63,7 @@ sub configure
'ppport_h.PL' => 'ppport.h',
'PPPort_pm.PL' => 'PPPort.pm',
'RealPPPort_xs.PL' => 'RealPPPort.xs',
- 'mktests.PL' => $t_01_test,
+ #'mktests.PL' => $t_01_test,
);
my @moreopts;