# HG changeset patch # User Pierre-Yves David # Date 1445347676 -7200 # Node ID c739b1e4b203af8f1d5914cb37f3871ba86b7907 # Parent fb1217cea4008b5eb8e8b863deeb2cf535e2cbd5 test: enforce bundle1 in 'test-push-cgi.t' This test is checking bundle1 application, therefore we have to enforce the generated bundle to be a bundle1. diff -r fb1217cea400 -r c739b1e4b203 tests/test-push-cgi.t --- a/tests/test-push-cgi.t Sun Oct 18 18:42:09 2015 +0200 +++ b/tests/test-push-cgi.t Tue Oct 20 15:27:56 2015 +0200 @@ -31,7 +31,7 @@ $ . "$TESTDIR/cgienv" $ REQUEST_METHOD="POST"; export REQUEST_METHOD $ CONTENT_TYPE="application/octet-stream"; export CONTENT_TYPE - $ hg bundle --all bundle.hg + $ hg bundle --type v1 --all bundle.hg 1 changesets found $ CONTENT_LENGTH=279; export CONTENT_LENGTH;