Merge pull request #1173 from ggtakec/fixed_1171

Fixed test_write_multiple_offsets error on osx
This commit is contained in:
Takeshi Nakatani 2019-10-15 03:30:11 +09:00 committed by GitHub
commit 0e815c2fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -652,8 +652,8 @@ function test_open_second_fd {
function test_write_multiple_offsets {
describe "test writing to multiple offsets"
../../write_multiple_offsets.py ${TEST_TEXT_FILE}
rm_test_file
../../write_multiple_offsets.py ${TEST_TEXT_FILE}.multioffset
rm_test_file ${TEST_TEXT_FILE}.multioffset
}
function add_all_tests {