diff options
Diffstat (limited to 't')
-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 |