Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/clean-test-fix' into HEAD
author
Junio C Hamano
<gitster@pobox.com>
Wed, 18 May 2016 21:40:14 +0000
(14:40 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 18 May 2016 21:40:14 +0000
(14:40 -0700)
* sb/clean-test-fix:
t7300: mark test with SANITY
t/t7300-clean.sh
patch
|
blob
|
history
raw
(from parent 1:
8d61f0f
)
diff --git
a/t/t7300-clean.sh
b/t/t7300-clean.sh
index 86ceb38b015807ada68357fa80ffa45f4f85f287..b89fd2a6ada025fc0e68b1a1c3d7e739aacec688 100755
(executable)
--- 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*" &&