Skip to content

Commit

Permalink
Merge branch 'dk/maint-t5150-dirname' into maint
Browse files Browse the repository at this point in the history
* dk/maint-t5150-dirname:
  tests: allow sha1's as part of the path
  • Loading branch information
Junio C Hamano committed Jul 22, 2013
2 parents 25b3e4f + d77fd05 commit 5607c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5150-request-pull.sh
Original file line number Diff line number Diff line change
@@ -80,12 +80,12 @@ test_expect_success 'setup: two scripts for reading pull requests' '
cat <<-EOT >fuzz.sed
#!/bin/sed -nf
s/$downstream_url_for_sed/URL/g
s/$_x40/OBJECT_NAME/g
s/A U Thor/AUTHOR/g
s/[-0-9]\{10\} [:0-9]\{8\} [-+][0-9]\{4\}/DATE/g
s/ [^ ].*/ SUBJECT/g
s/ [^ ].* (DATE)/ SUBJECT (DATE)/g
s/$downstream_url_for_sed/URL/g
s/for-upstream/BRANCH/g
s/mnemonic.txt/FILENAME/g
s/^version [0-9]/VERSION/

0 comments on commit 5607c74

Please sign in to comment.