diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/publish.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/publish.test b/tests/publish.test index 63faf9c..4756abc 100644 --- a/tests/publish.test +++ b/tests/publish.test @@ -8,7 +8,7 @@ # then the default 2.1.0 (see bdep/publish.cxx for details). # +if! ($git_version_major > 2 || \ - $git_version_major == 2 && $git_version_minor >= 12) + $git_version_major == 2 && $git_version_minor >= 11) exit end |