From 8eb4d3531c65dc7afa2bbfe56d535faa756da073 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 Jul 2016 15:37:07 +0100 Subject: Tag change: Test suite: Introduce $tagpfx Currently this is `test-dummy' (the distro the tests work with). Have checked that after this commit find tests -type f | xargs perl -i~ -pe 's/\$tagpfx/test-dummy/g' puts everything back. (This does not prove I have changed the right set of occurrences, but it does suggest that each actual change is good.) No functional change. Signed-off-by: Ian Jackson --- tests/tests/debpolicy-dbretry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tests/debpolicy-dbretry') diff --git a/tests/tests/debpolicy-dbretry b/tests/tests/debpolicy-dbretry index 4122691..b2d8093 100755 --- a/tests/tests/debpolicy-dbretry +++ b/tests/tests/debpolicy-dbretry @@ -22,7 +22,7 @@ t-commit 'Make something to autotaint' t-dgit build t-dgit push --new -autotaint=`t-git-get-ref "refs/tags/test-dummy/$v"` +autotaint=`t-git-get-ref "refs/tags/$tagpfx/$v"` git reset --hard start t-commit 'Thing which will autotaint' -- cgit v1.2.3