summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-22 17:55:34 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-22 19:47:07 +0100
commitef5cfec1b71cc39d1077d8822e739e4cf1a8a36d (patch)
tree0d3cb31e214b1161fc41044c21ea8389438ee49c
parent816ed64edd5f42c114bda166878008e6a3877215 (diff)
Test suite: overwrite junk: Use $tagpfx where applicable
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xtests/tests/overwrite-junk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/overwrite-junk b/tests/tests/overwrite-junk
index 89070c4..2f8fd70 100755
--- a/tests/tests/overwrite-junk
+++ b/tests/tests/overwrite-junk
@@ -14,7 +14,7 @@ t-dgit -wgf build
(
: "make a bit of a wrongness, which we still want to be able to overwrite"
- cd $tmp/git/$p.git; git tag -f test-dummy/1.2 test-dummy/1.1
+ cd $tmp/git/$p.git; git tag -f $tagpfx/1.2 $tagpfx/1.1
)
t-dgit push --overwrite=1.2 stable