mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-18 10:15:13 +00:00
Fixed test_not_existed_dir_obj test condition
This commit is contained in:
parent
54293a66b3
commit
645c10a3c3
@ -2664,7 +2664,7 @@ function add_all_tests {
|
||||
add_tests test_upload_sparsefile
|
||||
add_tests test_mix_upload_entities
|
||||
# TODO: investigate why only Alpine cannot see the implicit directory objects.
|
||||
if grep -q -i -e 'ID="alpine"' /etc/os-release; then
|
||||
if ! test -f /etc/os-release || ! grep -q -i -e 'ID=alpine' -e 'ID="alpine"' /etc/os-release; then
|
||||
add_tests test_not_existed_dir_obj
|
||||
fi
|
||||
add_tests test_ut_ossfs
|
||||
|
Loading…
Reference in New Issue
Block a user