From: Ian Jackson Date: Sat, 22 Oct 2016 16:55:34 +0000 (+0100) Subject: Test suite: overwrite junk: Use $tagpfx where applicable X-Git-Tag: archive/debian/2.5~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=ef5cfec1b71cc39d1077d8822e739e4cf1a8a36d Test suite: overwrite junk: Use $tagpfx where applicable Signed-off-by: Ian Jackson --- diff --git a/tests/tests/overwrite-junk b/tests/tests/overwrite-junk index 89070c41..2f8fd70e 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