summaryrefslogtreecommitdiff
path: root/tests/tests/tagupl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/tagupl')
-rwxr-xr-xtests/tests/tagupl6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/tests/tagupl b/tests/tests/tagupl
index d79322f..0c88bda 100755
--- a/tests/tests/tagupl
+++ b/tests/tests/tagupl
@@ -88,7 +88,9 @@ expect-email () {
}
raw-mangled () {
- git update-ref $tagname $(git hash-object -w -t tag ../tagobj-$ident)
+ git update-ref refs/tags/$tagname \
+ $(git hash-object -w -t tag ../tagobj-$ident)
+ t-tagupl-run-drs
}
tagname=test-dummy/1.2
@@ -131,6 +133,7 @@ expect-email upsmism 's/ upstream=/$&3/' \
cp -al ../$p ../$p.save
cd ../$p
+tagname=test-dummy/1.0-1
next-mangle badtagger
perl -pe <../raw-base '
s/\+\d+$/xyz/ if m/^tagger /;
@@ -139,6 +142,7 @@ perl -pe <../raw-base '
echo >>../tagobj-$ident
cat ../basetag >>../tagobj-$ident
raw-mangled
+grep 'failed to fish tagger out of tag' ../tagupl/overall.log
cd ..
rm -rf $p