From a29abc91fe6e8577f19db92e3b3c910e0f013252 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 20 Mar 2023 14:48:39 -0400 Subject: [PATCH] tests/user-envs-migration.sh: Fix version cut-off The version was based on when this PR was first created; by the time it was merged the test was dead code as we no longer tested a Nix version that old. --- tests/user-envs-migration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/user-envs-migration.sh b/tests/user-envs-migration.sh index 905ba767bba..5c9db777c9a 100644 --- a/tests/user-envs-migration.sh +++ b/tests/user-envs-migration.sh @@ -3,7 +3,7 @@ source common.sh -if isDaemonNewer "2.4pre20211005"; then +if isDaemonNewer "2.14"; then skipTest "Daemon is too new" fi