Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jn/fast-import-empty-tree-removal' into maint
[gitweb.git]
/
t
/
t7300-clean.sh
diff --git
a/t/t7300-clean.sh
b/t/t7300-clean.sh
index 7dbbea13aca1835d6e9a1a8fb6ab2a5babf1b68a..6c776e9bec78ab1cf960293d8c796e9de13045b5 100755
(executable)
--- a/
t/t7300-clean.sh
+++ b/
t/t7300-clean.sh
@@
-443,7
+443,7
@@
test_expect_success 'git clean -e' '
(
cd repo &&
git init &&
- touch
1 2 3 known
&&
+ touch
known 1 2 3
&&
git add known &&
git clean -f -e 1 -e 2 &&
test -e 1 &&