mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
cosmetic change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
62debc952d
commit
c509bec71d
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ if defined? DBM
|
|||
assert_equal(%w[.db], suffixes)
|
||||
db = File.binread(dbname, 16)
|
||||
assert(db[0,4].unpack("N") == [0x00061561] || # Berkeley DB 1
|
||||
db[12,4].unpack("L") == [0x061561]) # Berkeley DBM 2 or later.
|
||||
db[12,4].unpack("L") == [0x00061561]) # Berkeley DBM 2 or later.
|
||||
when /\bQDBM\b/
|
||||
assert_equal(%w[.dir .pag], suffixes)
|
||||
dir = File.binread(dirname, 16)
|
||||
|
|
Loading…
Reference in a new issue