Skip to content

Commit 45708b3

Browse files
committed
Run test_external_directory_creation for all flags.
1 parent eced51b commit 45708b3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/integration-test-main.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -1849,11 +1849,7 @@ function add_all_tests {
18491849
add_tests test_chown
18501850
add_tests test_list
18511851
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
1852+
add_tests test_external_directory_creation
18571853
add_tests test_external_modification
18581854
add_tests test_external_creation
18591855
add_tests test_read_external_object

0 commit comments

Comments
 (0)