From ef6c2134716f1a0120924b5681a2740587f0b452 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Sat, 2 Nov 2024 15:13:17 +0000 Subject: [PATCH] Bypassed test_extended_attributes test on MacOS --- test/integration-test-main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-test-main.sh b/test/integration-test-main.sh index c42cac2..a6e6971 100755 --- a/test/integration-test-main.sh +++ b/test/integration-test-main.sh @@ -2777,8 +2777,8 @@ function add_all_tests { add_tests test_symlink if ! uname | grep -q Darwin; then add_tests test_mknod + add_tests test_extended_attributes fi - add_tests test_extended_attributes add_tests test_mtime_file add_tests test_update_time_chmod