Merge pull request #266 from RobbKistler/fix-integration-test

Cleanup from PR #265
This commit is contained in:
Takeshi Nakatani 2015-09-13 16:44:41 +09:00
commit 489f9edec7

View File

@ -63,9 +63,6 @@ function rm_test_dir {
function test_append_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
for x in `seq 1 $TEST_TEXT_FILE_LENGTH`
do