mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-05 05:52:11 +00:00
Clean up from last time just in case last time had
an error and left the test file in the bucket git-svn-id: http://s3fs.googlecode.com/svn/trunk@276 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
412afb6953
commit
99aa781701
@ -20,6 +20,11 @@ $S3FS $TEST_BUCKET_1 $TEST_BUCKET_MOUNT_POINT_1 -o passwd_file=$S3FS_CREDENTIALS
|
|||||||
CUR_DIR=`pwd`
|
CUR_DIR=`pwd`
|
||||||
cd $TEST_BUCKET_MOUNT_POINT_1
|
cd $TEST_BUCKET_MOUNT_POINT_1
|
||||||
|
|
||||||
|
if [ -e $TEST_TEXT_FILE ]
|
||||||
|
then
|
||||||
|
rm -f $TEST_TEXT_FILE
|
||||||
|
fi
|
||||||
|
|
||||||
# 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