We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25b3e4f + d77fd05 commit 5607c74Copy full SHA for 5607c74
t/t5150-request-pull.sh
@@ -80,12 +80,12 @@ test_expect_success 'setup: two scripts for reading pull requests' '
80
81
cat <<-EOT >fuzz.sed
82
#!/bin/sed -nf
83
+ s/$downstream_url_for_sed/URL/g
84
s/$_x40/OBJECT_NAME/g
85
s/A U Thor/AUTHOR/g
86
s/[-0-9]\{10\} [:0-9]\{8\} [-+][0-9]\{4\}/DATE/g
87
s/ [^ ].*/ SUBJECT/g
88
s/ [^ ].* (DATE)/ SUBJECT (DATE)/g
- s/$downstream_url_for_sed/URL/g
89
s/for-upstream/BRANCH/g
90
s/mnemonic.txt/FILENAME/g
91
s/^version [0-9]/VERSION/
0 commit comments