diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-11-11 13:56:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-11-11 13:56:30 -0800 |
commit | b18f6a00662524443cfb82f5fed7d3b54524c8ab (patch) | |
tree | 696bdf09385089c6ac9219e6b671b733d1497cad | |
parent | f5a8ad4c5a2c89555b728ccbaad04bf416cc4274 (diff) | |
parent | a0d8b60da82839614750dd64f442c4e9b446f8ef (diff) | |
download | git-b18f6a00662524443cfb82f5fed7d3b54524c8ab.tar.gz |
Merge branch 'ls/filter-process'
Test portability improvements and optimization for an
already-graduated topic.
* ls/filter-process:
t0021: remove debugging cruft
-rwxr-xr-x | t/t0021-conversion.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t0021-conversion.sh b/t/t0021-conversion.sh index 9ff502773d..da1ad3e70e 100755 --- a/t/t0021-conversion.sh +++ b/t/t0021-conversion.sh @@ -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 |