chiark / gitweb /
test suite: t-tagupl-run-drs: New source parameter
[dgit.git] / tests / tests / tagupl
index cfbdb6e853dfbc5d638ef600fb699f8562af252b..c9c47b3af68574ac50d73ed20d80ff0fe13cf350 100755 (executable)
@@ -62,7 +62,7 @@ with-mangled () {
        perl <../basetag >../badtag-$ident -pe "$perl"
        git tag -u Senatus -f -s -m "$(cat ../badtag-$ident)" "$tagname"
 
-       t-tagupl-run-drs
+       t-tagupl-run-drs $tmp/$p
 }
 
 expect-quit () {
@@ -86,12 +86,12 @@ expect-email () {
 raw-mangled () {
        git update-ref refs/tags/$tagname \
                $(git hash-object -w -t tag ../tagobj-$ident)
-       t-tagupl-run-drs
+       t-tagupl-run-drs $tmp/$p
 }
 
 tagname=test-dummy/1.2
 t-expect-fail E:'failed command: git fetch' \
-t-tagupl-run-drs
+t-tagupl-run-drs $tmp/$p
 
 tagname=splorf/$v     ; expect-quit baddistro '' 'tag name not for us'
 tagname=test-dummy/1,2; expect-quit badver    '' 'tag name not for us'