Run test_external_directory_creation for all flags (#1969)

This commit is contained in:
Andrew Gaul 2022-06-28 07:50:24 +09:00 committed by GitHub
parent a282cb7a84
commit ac72bf34dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1879,11 +1879,7 @@ function add_all_tests {
add_tests test_chown
add_tests test_list
add_tests test_remove_nonempty_directory
# shellcheck disable=SC2009
if ! ps u -p "${S3FS_PID}" | grep -q notsup_compat_dir; then
# TODO: investigate why notsup_compat_dir fails
add_tests test_external_directory_creation
fi
add_tests test_external_directory_creation
add_tests test_external_modification
add_tests test_external_creation
add_tests test_read_external_object