summaryrefslogtreecommitdiff
path: root/tests/tests/tag-updates
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-11 00:35:28 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-11 00:36:16 +0100
commitc17699d17f17f6ea105b7440ff95fa39eebb54a6 (patch)
tree1f5f42ce8759699b49be63662f151e9f111de66e /tests/tests/tag-updates
parentf1acf7af0d90aca442d1caaa1dbc901ff6adcfbc (diff)
Test suite: Replace open-coded $tmp/git/$p.git
Diffstat (limited to 'tests/tests/tag-updates')
-rwxr-xr-xtests/tests/tag-updates2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/tag-updates b/tests/tests/tag-updates
index 544be16..1ef7dcd 100755
--- a/tests/tests/tag-updates
+++ b/tests/tests/tag-updates
@@ -14,7 +14,7 @@ tagref=`t-v-tag`
tagname=${tn#refs/tags}
(set -e
- cd $tmp/git/$p.git
+ cd $dgitrepo
git tag -m UNWANTED unwanted dgit/sid)
fetch-check () {