Fix tests to reflect new filesize.

This commit is contained in:
Patrick J Cherry
2018-02-06 07:57:40 +00:00
parent 3a86870c9f
commit 7704f9e5c8
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ module FlexNBD
if opts[:size] == :wrong
write_rand(@sock, 8)
else
@sock.write("\x00\x00\x00\x00\x00\x00\x10\x00")
@sock.write("\x00\x00\x00\x00\x00\x01\x00\x00")
end
@sock.write("\x00" * 128)