summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-05-10 13:40:32 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-05-10 13:40:32 -0700
commitc5d782bef541980c2db022a44816aac2f51b991c (patch)
tree299c12a33e28c3e428bdfcf4f95f5e08f52bf49f /t
parentMerge branch 'rn/glossary-typofix' (diff)
parentt7300: mark test with SANITY (diff)
downloadtgif-c5d782bef541980c2db022a44816aac2f51b991c.tar.xz
Merge branch 'sb/clean-test-fix'
* sb/clean-test-fix: t7300: mark test with SANITY
Diffstat (limited to 't')
-rwxr-xr-xt/t7300-clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh
index 86ceb38b01..b89fd2a6ad 100755
--- a/t/t7300-clean.sh
+++ b/t/t7300-clean.sh
@@ -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*" &&