From f86216071cd4d8d120a8afb83f4b452ef7892ea1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 20 Apr 2018 19:11:41 +0300 Subject: Fix pkg-build testscript --- tests/pkg-build.test | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/pkg-build.test b/tests/pkg-build.test index d8e5f20..82f1510 100644 --- a/tests/pkg-build.test +++ b/tests/pkg-build.test @@ -2141,12 +2141,18 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! # Upgrade libhello as a dependency. # + # Note that despite the fact that we have modified the libhello's + # manifest file after the build, libhello may still be considered up to + # date on filesystems with a low file timestamps resolution (for example + # HFS+). + # $* ?libhello --yes --keep-out 2>>~%EOE% disfigured libfoo/1.1.0 disfigured libhello/1.0.0 using libhello/1.0.1 (external) configured libhello/1.0.1 configured libfoo/1.1.0 + %info: .+dir\{libhello.\} is up to date%? %info: .+dir\{libfoo.\} is up to date% updated libhello/1.0.1 updated libfoo/1.1.0 -- cgit v1.1