We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d7b51 commit 6a1c352Copy full SHA for 6a1c352
test/test-ghe-restore.sh
@@ -341,7 +341,7 @@ begin_test "ghe-restore fails when restore 2.9/2.10 snapshot without audit log m
341
set -e
342
343
# noop if not testing against 2.11
344
- if [ "$GHE_VERSION_MAJOR" -ne 2 ] && [ "$GHE_VERSION_MINOR" -ne 11 ]; then
+ if [ "$(version $GHE_REMOTE_VERSION)" -ne "$(version 2.11.0)" ]; then
345
skip_test
346
fi
347
@@ -368,7 +368,7 @@ begin_test "ghe-restore force restore of 2.9/2.10 snapshot without audit log mig
368
369
370
371
372
373
374
0 commit comments