diff --git a/test/integration-test-main.sh b/test/integration-test-main.sh index e78f640672..1b8a74cf13 100755 --- a/test/integration-test-main.sh +++ b/test/integration-test-main.sh @@ -549,8 +549,8 @@ function test_update_metadata_external_small_object() { # [NOTE] # Use the only filename in the test to avoid being affected by noobjcache. # - #local TEST_FILE_EXT; TEST_FILE_EXT=$(make_random_string) - local TEST_FILE_EXT; TEST_FILE_EXT="0123456789" + local TEST_FILE_EXT; TEST_FILE_EXT=$(make_random_string) + #local TEST_FILE_EXT; TEST_FILE_EXT="0123456789" echo "######################################## PASS 0-1" local TEST_CHMOD_FILE="${TEST_TEXT_FILE}_chmod.${TEST_FILE_EXT}" local TEST_CHOWN_FILE="${TEST_TEXT_FILE}_chown.${TEST_FILE_EXT}"