From fdfd3e0644095022b61316e220fce3f5a7a1a9ef Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 20 Jun 2023 20:22:29 +0300 Subject: Add --mask-repository-uuid pkg-build option --- tests/config.testscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/config.testscript') diff --git a/tests/config.testscript b/tests/config.testscript index 70eef42..442cf36 100644 --- a/tests/config.testscript +++ b/tests/config.testscript @@ -9,7 +9,8 @@ # shared between multiple bpkg processes. Also we need to make sure that # configurations are not cloned while being used by bpkg. # -+$cfg_create -d cfg 2>- &cfg/*** +cfg_uuid = "00000000-0000-0000-0000-000000000001" ++$cfg_create -d cfg --uuid $cfg_uuid 2>- &cfg/*** # The most commonly used configuration cloning command that copies it from the # parent scope working directory. -- cgit v1.1