We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eced51b commit 45708b3Copy full SHA for 45708b3
test/integration-test-main.sh
@@ -1849,11 +1849,7 @@ function add_all_tests {
1849
add_tests test_chown
1850
add_tests test_list
1851
add_tests test_remove_nonempty_directory
1852
- # shellcheck disable=SC2009
1853
- if ! ps u -p "${S3FS_PID}" | grep -q notsup_compat_dir; then
1854
- # TODO: investigate why notsup_compat_dir fails
1855
- add_tests test_external_directory_creation
1856
- fi
+ add_tests test_external_directory_creation
1857
add_tests test_external_modification
1858
add_tests test_external_creation
1859
add_tests test_read_external_object
0 commit comments