From 679e55278db8ba234a57fc16fd0449c7a2f7b386 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 18 Jul 2019 00:48:06 +0100 Subject: test suite: t-debpolicy: mkdir -p the git repo This makes t-debpolicy compatible with (eg) setup imports that already made a $tmp/git. Signed-off-by: Ian Jackson --- tests/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lib b/tests/lib index c470224..78ec9a7 100644 --- a/tests/lib +++ b/tests/lib @@ -1187,7 +1187,7 @@ t-debpolicy () { t-dsd t-policy dgit-repos-policy-debian - mkdir $tmp/git + mkdir -p $tmp/git t-policy-admin create-db } -- cgit v1.2.3