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:
commit
b18f6a0066
@ -29,8 +29,7 @@ file_size () {
|
|||||||
|
|
||||||
filter_git () {
|
filter_git () {
|
||||||
rm -f rot13-filter.log &&
|
rm -f rot13-filter.log &&
|
||||||
git "$@" 2>git-stderr.log &&
|
git "$@"
|
||||||
rm -f git-stderr.log
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Compare two files and ensure that `clean` and `smudge` respectively are
|
# Compare two files and ensure that `clean` and `smudge` respectively are
|
||||||
|
Loading…
Reference in New Issue
Block a user