From a2380e5564f037cfb622551c12c5d800fdae0f6e Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Thu, 14 Jul 2016 10:29:43 -0600 Subject: [PATCH] test/push: fix test failure on old versions of Git --- test/test-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-push.sh b/test/test-push.sh index 6e79e6df..750b6078 100755 --- a/test/test-push.sh +++ b/test/test-push.sh @@ -532,7 +532,7 @@ begin_test "push (with invalid object size)" grep "create mode 100644 .gitattributes" commit.log set +e - git push 2>&1 2> push.log + git push origin master 2>&1 2> push.log res="$?" set -e