]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5150-request-pull.sh
tests: allow sha1's as part of the path
authorDennis Kaarsemaker <dennis@kaarsemaker.net>
Sat, 15 Jun 2013 21:35:02 +0000 (23:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jun 2013 19:59:50 +0000 (12:59 -0700)
commitd77fd050ab8579558d3e8e4e5467a9300546ef2c
tree5b497d5881e169441fed9434b530ce3a73980c57
parent04a74b6cfa5ef4870263f84ac94a488d9f2ef14a
tests: allow sha1's as part of the path

When running 'make test' from a path such as
.../daily-build/master@bdff0e3a374617dce784f801b97500d9ba2e4705, the
logic in fuzz.sed as generated by t5105-request-pull.sh was backwards,
replacing object names before replacing urls, making the test fail.

Signed-off-by: Dennis Kaarsemaker <dennis@kaarsemaker.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5150-request-pull.sh