mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-09 16:06:46 +00:00
Merge pull request #1173 from ggtakec/fixed_1171
Fixed test_write_multiple_offsets error on osx
This commit is contained in:
commit
0e815c2fbc
@ -652,8 +652,8 @@ function test_open_second_fd {
|
|||||||
|
|
||||||
function test_write_multiple_offsets {
|
function test_write_multiple_offsets {
|
||||||
describe "test writing to multiple offsets"
|
describe "test writing to multiple offsets"
|
||||||
../../write_multiple_offsets.py ${TEST_TEXT_FILE}
|
../../write_multiple_offsets.py ${TEST_TEXT_FILE}.multioffset
|
||||||
rm_test_file
|
rm_test_file ${TEST_TEXT_FILE}.multioffset
|
||||||
}
|
}
|
||||||
|
|
||||||
function add_all_tests {
|
function add_all_tests {
|
||||||
|
Loading…
Reference in New Issue
Block a user