Merge branch 'ls/filter-process'

Test portability improvements and optimization for an
already-graduated topic.

* ls/filter-process:
  t0021: remove debugging cruft
This commit is contained in:
Junio C Hamano 2016-11-11 13:56:30 -08:00
Родитель f5a8ad4c5a a0d8b60da8
Коммит b18f6a0066
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -29,8 +29,7 @@ file_size () {
filter_git () {
rm -f rot13-filter.log &&
git "$@" 2>git-stderr.log &&
rm -f git-stderr.log
git "$@"
}
# Compare two files and ensure that `clean` and `smudge` respectively are