mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-16 09:17:11 +00:00
Increase test robustness by adding LC_ALL=C (#1660)
Use C locale, because some tests check for English expressions Fixes #1658
This commit is contained in:
parent
b5fef788da
commit
c0bcb41175
@ -37,6 +37,8 @@ BIG_FILE_BLOCK_SIZE=$((25 * 1024 * 1024))
|
|||||||
BIG_FILE_COUNT=1
|
BIG_FILE_COUNT=1
|
||||||
# This should be greater than the multipart size
|
# This should be greater than the multipart size
|
||||||
BIG_FILE_LENGTH=$(($BIG_FILE_BLOCK_SIZE * $BIG_FILE_COUNT))
|
BIG_FILE_LENGTH=$(($BIG_FILE_BLOCK_SIZE * $BIG_FILE_COUNT))
|
||||||
|
# Use C locale, because some tests check for English expressions
|
||||||
|
export LC_ALL=C
|
||||||
export RUN_DIR
|
export RUN_DIR
|
||||||
|
|
||||||
# [NOTE]
|
# [NOTE]
|
||||||
|
Loading…
Reference in New Issue
Block a user