test/push: fix test failure on old versions of Git

This commit is contained in:
Taylor Blau 2016-07-14 10:29:43 -06:00
parent dd9ab989ed
commit a2380e5564

@ -532,7 +532,7 @@ begin_test "push (with invalid object size)"
grep "create mode 100644 .gitattributes" commit.log grep "create mode 100644 .gitattributes" commit.log
set +e set +e
git push 2>&1 2> push.log git push origin master 2>&1 2> push.log
res="$?" res="$?"
set -e set -e