From b1becabe15972d3ddc7cf14e7840e03766ea9600 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 12 Dec 2022 19:47:08 +0300 Subject: Adapt to butl::b_info() API change --- tests/common/git/README | 2 +- tests/pkg-checkout.testscript | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/common/git/README b/tests/common/git/README index 737cd83..5b4781b 100644 --- a/tests/common/git/README +++ b/tests/common/git/README @@ -8,7 +8,7 @@ before modification, and $ ./pack -afterwrds. +afterwards. Also note that config files under .git/ subdirectory refer to the submodule repositories using absolute paths. So prior to pulling in subproject directory diff --git a/tests/pkg-checkout.testscript b/tests/pkg-checkout.testscript index 69e211c..1ec8b37 100644 --- a/tests/pkg-checkout.testscript +++ b/tests/pkg-checkout.testscript @@ -179,6 +179,7 @@ else $* links/1.0.1 2>>~%EOE% != 0 checking out links/1.0.1 distributing links/1.0.1 + %warning: skipping dangling symlink .+% %error: unable to stat .+% EOE else @@ -193,16 +194,14 @@ else # Cyclic symlinks in the repository. # + $rep_fetch "$rep/links.git#v1.0.2"; + if $posix - $rep_fetch "$rep/links.git#v1.0.2" 2>>~%EOE% != 0 + $* links/1.0.2 2>>~%EOE% != 0 %.* %error: unable to iterate over .+% - warning: repository state is now broken and will be cleaned up - info: run 'bpkg rep-fetch' to update EOE else - $rep_fetch "$rep/links.git#v1.0.2" - $* links/1.0.2 2>>~%EOE% != 0 checking out links/1.0.2 %.* -- cgit v1.1