mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-17 17:55:12 +00:00
Fix typo in an error message of the test suite
This commit is contained in:
parent
d33f252404
commit
1c8aadafd1
@ -175,7 +175,7 @@ function rm_test_dir {
|
||||
# Sets RUN_DIR to the name of the created directory
|
||||
function cd_run_dir {
|
||||
if [ "$TEST_BUCKET_MOUNT_POINT_1" == "" ]; then
|
||||
echo "TEST_BUCKET_MOUNT_POINT variable not set"
|
||||
echo "TEST_BUCKET_MOUNT_POINT_1 variable not set"
|
||||
exit 1
|
||||
fi
|
||||
RUN_DIR=${TEST_BUCKET_MOUNT_POINT_1}/${1}
|
||||
|
Loading…
Reference in New Issue
Block a user