From: Nicholas Clark Date: Mon, 1 Apr 2002 21:54:05 +0000 (+0100) Subject: for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14f1b571f84acc4bf24a636b9e1421bf9f0bce58;p=p5sagit%2Fp5-mst-13.2.git for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7) Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15669 --- diff --git a/lib/Memoize/t/errors.t b/lib/Memoize/t/errors.t index 5e3218d..1b50aaf 100755 --- a/lib/Memoize/t/errors.t +++ b/lib/Memoize/t/errors.t @@ -36,7 +36,7 @@ for $mod (qw(DB_File GDBM_File SDBM_File ODBM_File NDBM_File)) { }; print $@ =~ /can only store scalars/ || $@ =~ /Can't locate.*in \@INC/ ? "ok $n\n" : "not ok $n # $@\n"; - 1 while unlink $dummyfile, "$dummyfile.dir", "$dummyfile.pag"; + 1 while unlink $dummyfile, "$dummyfile.dir", "$dummyfile.pag", "$dummyfile.db"; $n++; }