From 6147d27afb7200b972338abf1be1523740773df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophane=20Hufschmitt?= Date: Wed, 28 Feb 2024 07:10:53 +0100 Subject: [PATCH] Bump the required daemon version for the git hashing tests The required version check was a bit too lenient, and `nixpkgs#nixUnstable` was considered valid while it didn't have the fix. --- tests/functional/git-hashing/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/git-hashing/common.sh b/tests/functional/git-hashing/common.sh index 5de96e74f16..572cea43818 100644 --- a/tests/functional/git-hashing/common.sh +++ b/tests/functional/git-hashing/common.sh @@ -4,7 +4,7 @@ clearStore clearCache # Need backend to support git-hashing too -requireDaemonNewerThan "2.18.0pre20230908" +requireDaemonNewerThan "2.19" enableFeatures "git-hashing"