diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-06-19 09:45:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-19 09:45:39 -0700 |
commit | fe8122d7b7c747fc344dde8467b09de6b5888d01 (patch) | |
tree | b405fbfbcd473c677cdbdf4abd100b3bf68fef0b /Misc/NEWS.d/next/Tests | |
parent | bpo-33365: print the header values beside the keys (GH-6611) (diff) | |
download | cpython-fe8122d7b7c747fc344dde8467b09de6b5888d01.tar.gz cpython-fe8122d7b7c747fc344dde8467b09de6b5888d01.tar.bz2 cpython-fe8122d7b7c747fc344dde8467b09de6b5888d01.zip |
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)
Fix test_dbm_gnu.test_reorganize() on macOS with gdbm 1.15: add a
larger value to make sure that the file size changes.
(cherry picked from commit 13c79c677f9ec9437c82eda72fa1c2d288d8fceb)
Co-authored-by: Victor Stinner <vstinner@redhat.com>
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2018-06-19-14-04-21.bpo-33901.OFW1Sr.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-06-19-14-04-21.bpo-33901.OFW1Sr.rst b/Misc/NEWS.d/next/Tests/2018-06-19-14-04-21.bpo-33901.OFW1Sr.rst new file mode 100644 index 00000000000..2a2dec3e9fa --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2018-06-19-14-04-21.bpo-33901.OFW1Sr.rst @@ -0,0 +1,2 @@ +Fix test_dbm_gnu on macOS with gdbm 1.15: add a larger value to make sure that +the file size changes. |