Skip to content

Commit b427a32

Browse files
KyFaStchuckp22
andauthored
Update test/test-ghe-restore.sh
Co-authored-by: Chuck Pathanjali <[email protected]>
1 parent d7bb702 commit b427a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-ghe-restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ end_test
284284
begin_test "ghe-restore does not restore encrypted column encryption keying material for versions below 3.7.0"
285285
(
286286
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"]
287+
[ ! -f "$GHE_DATA_DIR/current/encrypted-column-keying-material" ]
288288

289289
GHE_REMOTE_VERSION=3.6.1 ghe-restore -v -f localhost | grep -q "encrypted column encryption keying material not set" && exit 1
290290
[ ! -f "$GHE_DATA_DIR/current/encrypted-column-keying-material" ]

0 commit comments

Comments
 (0)