Skip to content

Commit 19dd3b4

Browse files
KyFaStchuckp22
andauthored
Apply suggestions from code review
Co-authored-by: Chuck Pathanjali <[email protected]>
1 parent c81a265 commit 19dd3b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test-ghe-backup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,8 @@ begin_test "ghe-backup takes backup of encrypted column encryption keying materi
663663
)
664664

665665
for secret in "${required_secrets[@]}"; do
666-
ghe-ssh "$GHE_HOSTNAME" -- ghe-config "$secret" "foo;bar"
666+
echo "ghe-config '$secret' 'foo;bar'" |
667+
ghe-ssh "$GHE_HOSTNAME" -- /bin/bash
667668
done
668669

669670
# GHES version 3.8.0

0 commit comments

Comments
 (0)