From 3a3ec0b3ff3408922f4740d83fa291d6d30adf45 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 24 Jul 2018 11:15:56 +0800 Subject: [PATCH] test suite lib: add t-buildproductsdir-config No users yet so NFC. Signed-off-by: Sean Whitton Signed-off-by: Ian Jackson --- tests/lib | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/lib b/tests/lib index a297227f..564ea512 100644 --- a/tests/lib +++ b/tests/lib @@ -1133,6 +1133,11 @@ t-policy-periodic () { : '))))))))))))))))))))))))))))))))))))))))' } +t-buildproductsdir-config () { + t-git-config dgit.default.build-products-dir $tmp/bpd + mkdir -p $tmp/bpd +} + t-restrict () { local restriction=$1 (cd $root; t-restriction-$restriction >&2) -- 2.30.2