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 d7bb702 commit b427a32Copy full SHA for b427a32
test/test-ghe-restore.sh
@@ -284,7 +284,7 @@ end_test
284
begin_test "ghe-restore does not restore encrypted column encryption keying material for versions below 3.7.0"
285
(
286
GHE_REMOTE_VERSION=2.1.10 ghe-restore -v -f localhost | grep -q "encrypted column encryption keying material not set" && exit 1
287
- [ ! -f "$GHE_DATA_DIR/current/encrypted-column-keying-material"]
+ [ ! -f "$GHE_DATA_DIR/current/encrypted-column-keying-material" ]
288
289
GHE_REMOTE_VERSION=3.6.1 ghe-restore -v -f localhost | grep -q "encrypted column encryption keying material not set" && exit 1
290
[ ! -f "$GHE_DATA_DIR/current/encrypted-column-keying-material" ]
0 commit comments