Skip to content

Commit b590720

Browse files
committed
Merge branch 'ee/clean-remove-dirs'
Test updates for Windows. * ee/clean-remove-dirs: t7300-clean: require POSIXPERM for chmod 0 test
2 parents 3b281d1 + fbf2fec commit b590720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7300-clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ test_expect_success 'should not clean submodules' '
499499
test_path_is_missing to_clean
500500
'
501501

502-
test_expect_success 'should avoid cleaning possible submodules' '
502+
test_expect_success POSIXPERM 'should avoid cleaning possible submodules' '
503503
rm -fr to_clean possible_sub1 &&
504504
mkdir to_clean possible_sub1 &&
505505
test_when_finished "rm -rf possible_sub*" &&

0 commit comments

Comments
 (0)