Skip to content

Commit

Permalink
Merge branch 'ee/clean-remove-dirs'
Browse files Browse the repository at this point in the history
Test updates for Windows.

* ee/clean-remove-dirs:
  t7300-clean: require POSIXPERM for chmod 0 test
  • Loading branch information
Junio C Hamano committed Aug 25, 2015
2 parents 3b281d1 + fbf2fec commit b590720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7300-clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ test_expect_success 'should not clean submodules' '
test_path_is_missing to_clean
'

test_expect_success 'should avoid cleaning possible submodules' '
test_expect_success POSIXPERM 'should avoid cleaning possible submodules' '
rm -fr to_clean possible_sub1 &&
mkdir to_clean possible_sub1 &&
test_when_finished "rm -rf possible_sub*" &&
Expand Down

0 comments on commit b590720

Please sign in to comment.