diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-18 14:40:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-18 14:40:14 -0700 |
commit | 10b6646afcf540139cdcf587071a3ae7b0efbc0a (patch) | |
tree | f6ab346607bf792a3c6f6b17c5b90cb9ead10b18 /t | |
parent | 8d61f0f07d078f4ea05d0b70511b0c8c39d8e863 (diff) | |
parent | cadfbef98032fbc6874b5efd70d1e33dbeb4640d (diff) | |
download | git-10b6646afcf540139cdcf587071a3ae7b0efbc0a.tar.gz |
Merge branch 'sb/clean-test-fix' into HEAD
* sb/clean-test-fix:
t7300: mark test with SANITY
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 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*" && |