Skip to content

Commit b18f6a0

Browse files
committed
Merge branch 'ls/filter-process'
Test portability improvements and optimization for an already-graduated topic. * ls/filter-process: t0021: remove debugging cruft
2 parents f5a8ad4 + a0d8b60 commit b18f6a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/t0021-conversion.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ file_size () {
2929

3030
filter_git () {
3131
rm -f rot13-filter.log &&
32-
git "$@" 2>git-stderr.log &&
33-
rm -f git-stderr.log
32+
git "$@"
3433
}
3534

3635
# Compare two files and ensure that `clean` and `smudge` respectively are

0 commit comments

Comments
 (0)