Skip to content

Commit 10b6646

Browse files
committed
Merge branch 'sb/clean-test-fix' into HEAD
* sb/clean-test-fix: t7300: mark test with SANITY
2 parents 8d61f0f + cadfbef commit 10b6646

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
@@ -495,7 +495,7 @@ test_expect_success 'should not clean submodules' '
495495
test_path_is_missing to_clean
496496
'
497497

498-
test_expect_success POSIXPERM 'should avoid cleaning possible submodules' '
498+
test_expect_success POSIXPERM,SANITY 'should avoid cleaning possible submodules' '
499499
rm -fr to_clean possible_sub1 &&
500500
mkdir to_clean possible_sub1 &&
501501
test_when_finished "rm -rf possible_sub*" &&

0 commit comments

Comments
 (0)