e91043c849
gdbm is not in OpenBSD proper.
21 lines
497 B
Plaintext
21 lines
497 B
Plaintext
$OpenBSD: patch-t_gdbm_t,v 1.1.1.1 2006/07/17 23:33:21 espie Exp $
|
|
--- t/gdbm.t.orig Tue Jul 18 01:27:39 2006
|
|
+++ t/gdbm.t Tue Jul 18 01:27:51 2006
|
|
@@ -2,16 +2,6 @@
|
|
|
|
# $RCSfile: patch-t_gdbm_t,v $$Revision: 1.1.1.1 $$Date: 2006/07/17 23:33:21 $
|
|
|
|
-BEGIN {
|
|
- chdir 't' if -d 't';
|
|
- @INC = '../lib';
|
|
- require Config; import Config;
|
|
- if ($Config{'extensions'} !~ /\bGDBM_File\b/) {
|
|
- print "1..0 # Skip: GDBM_File was not built\n";
|
|
- exit 0;
|
|
- }
|
|
-}
|
|
-
|
|
use strict;
|
|
use warnings;
|
|
|