mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-17 17:55:12 +00:00
Code review changes
Missed some cleanup from the code review
This commit is contained in:
parent
6b21d9d424
commit
718db57ade
@ -63,9 +63,6 @@ function rm_test_dir {
|
|||||||
|
|
||||||
function test_append_file {
|
function test_append_file {
|
||||||
echo "Testing append to file ..."
|
echo "Testing append to file ..."
|
||||||
# Open and close file outside of loop to avoid eventual object consistency
|
|
||||||
# issues
|
|
||||||
exec 3<> ${TEST_TEXT_FILE} # open
|
|
||||||
# Write a small test file
|
# Write a small test file
|
||||||
for x in `seq 1 $TEST_TEXT_FILE_LENGTH`
|
for x in `seq 1 $TEST_TEXT_FILE_LENGTH`
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user