Skip to content

Commit

Permalink
tests/user-envs-migration.sh: Fix version cut-off
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ericson2314 committed Mar 20, 2023
1 parent fd89137 commit a29abc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/user-envs-migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

source common.sh

if isDaemonNewer "2.4pre20211005"; then
if isDaemonNewer "2.14"; then
skipTest "Daemon is too new"
fi

Expand Down

0 comments on commit a29abc9

Please sign in to comment.