From b598e5c47c0e98b45de00b488707f4f92fc093eb Mon Sep 17 00:00:00 2001 From: regnat Date: Thu, 14 Oct 2021 16:00:59 +0200 Subject: [PATCH] Fix the min bound for the structured-attrs test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The min bound written corresponds to the date of the commit that introduced the change, but it only got merged on master some weeks later. Since the version is essentially the commit date, that means that there’s a whole range of commits on master (including the current `nixUnstable`) that have a higher version but don’t contain the required change. --- tests/structured-attrs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/structured-attrs.sh b/tests/structured-attrs.sh index e585ce37f..378dbc735 100644 --- a/tests/structured-attrs.sh +++ b/tests/structured-attrs.sh @@ -2,7 +2,7 @@ source common.sh # 27ce722638 required some incompatible changes to the nix file, so skip this # tests for the older versions -requireDaemonNewerThan "2.4pre20210622" +requireDaemonNewerThan "2.4pre20210712" clearStore