diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-25 14:57:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-25 14:57:06 -0700 |
commit | b590720f2cd3638930847f5abf646275caf8d334 (patch) | |
tree | 79bd77de9b7772526d29cb495516b01d70290de0 /t | |
parent | Merge branch 'jh/strbuf-read-use-read-in-full' (diff) | |
parent | t7300-clean: require POSIXPERM for chmod 0 test (diff) | |
download | tgif-b590720f2cd3638930847f5abf646275caf8d334.tar.xz |
Merge branch 'ee/clean-remove-dirs'
Test updates for Windows.
* ee/clean-remove-dirs:
t7300-clean: require POSIXPERM for chmod 0 test
Diffstat (limited to 't')
-rwxr-xr-x | t/t7300-clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh index 32e96da7e3..27557d64f3 100755 --- a/t/t7300-clean.sh +++ b/t/t7300-clean.sh @@ -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*" && |