Never automatically rewrite perl/dist/Devel-PPPort/t/01_test.t
authorafresh1 <afresh1@openbsd.org>
Thu, 4 Mar 2021 01:13:11 +0000 (01:13 +0000)
committerafresh1 <afresh1@openbsd.org>
Thu, 4 Mar 2021 01:13:11 +0000 (01:13 +0000)
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@

gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL

index bc5f502..12d6fe3 100644 (file)
@@ -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;