Tweak gdbm.t to use GDBM_WRITER instead of GDBM_WRCREAT when re-opening a file.
authorNicholas Clark <nick@ccl4.org>
Thu, 16 Dec 2010 14:47:27 +0000 (15:47 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 16 Dec 2010 14:47:27 +0000 (15:47 +0100)
commit234e7be97d3fcde19aeeb0d1a009880870e75aa5
tree1ec33c36f15a24bf97781e2d7519c3390e38d092
parent038fa339c4185f32e8a3053619b2b9cf27df2718
Tweak gdbm.t to use GDBM_WRITER instead of GDBM_WRCREAT when re-opening a file.

The analagous tests for [nos]dbm.t don't use |O_CREAT for this case. gdbm.t
has been using GDBM_WRCREAT here since the file was added by Larry in 5.000
ext/GDBM_File/t/gdbm.t