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 9233903 commit 7d1db1aCopy full SHA for 7d1db1a
test/test-ghe-ssh-config.sh
@@ -20,7 +20,7 @@ begin_test "ghe-ssh-config returns config for multiple nodes"
20
# Confirm multiplexing enabled
21
echo "$output" | grep -q "ControlMaster=auto"
22
# Confirm ControlPath returns correct hash for admin@host1:122
23
- echo "$output" | grep -q ".ghe-sshmux-84f6bdcf"
+ echo "$output" | grep -q ".ghe-sshmux-7cb77002"
24
)
25
end_test
26
0 commit comments