summaryrefslogtreecommitdiff
path: root/tests/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests')
-rwxr-xr-xtests/tests/tagupl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tests/tagupl b/tests/tests/tagupl
index cfbdb6e..c9c47b3 100755
--- a/tests/tests/tagupl
+++ b/tests/tests/tagupl
@@ -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'