aboutsummaryrefslogtreecommitdiff
path: root/t/gdbm.t
diff options
context:
space:
mode:
Diffstat (limited to 't/gdbm.t')
-rw-r--r--t/gdbm.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/gdbm.t b/t/gdbm.t
new file mode 100644
index 0000000..af9dd38
--- /dev/null
+++ b/t/gdbm.t
@@ -0,0 +1,6 @@
+#!./perl
+
+$::Create_and_Write = '(GDBM_WRCREAT, GDBM_WRITER)';
+our $DBM_Class = 'GDBM_File';
+
+require '../../t/lib/dbmt_common.pl';

Return to:

Send suggestions and report system problems to the System administrator.