1
0
mirror of https://github.com/git/git.git synced 2024-09-30 10:11:21 +02:00

Merge branch 'sb/clean-test-fix'

* sb/clean-test-fix:
  t7300: mark test with SANITY
This commit is contained in:
Junio C Hamano 2016-05-10 13:40:32 -07:00
commit c5d782bef5

@ -495,7 +495,7 @@ test_expect_success 'should not clean submodules' '
test_path_is_missing to_clean
'
test_expect_success POSIXPERM 'should avoid cleaning possible submodules' '
test_expect_success POSIXPERM,SANITY 'should avoid cleaning possible submodules' '
rm -fr to_clean possible_sub1 &&
mkdir to_clean possible_sub1 &&
test_when_finished "rm -rf possible_sub*" &&