We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a497828 commit 158d4b1Copy full SHA for 158d4b1
1 file changed
regress/agent-restrict.sh
@@ -119,7 +119,7 @@ expect_succeed() {
119
${SSH} $_extra -F $OBJ/ssh_proxy $_host true > $OBJ/ssh_output
120
_s=$?
121
test $_s -eq 0 || fail "host $_host $_case fail, exit status $_s"
122
- diff $OBJ/ssh_output $OBJ/expect_${_id} ||
+ diff -u $OBJ/ssh_output $OBJ/expect_${_id} ||
123
fail "unexpected ssh output"
124
}
125
# ssh to host using explicit key, expecting success and that the key was
0 commit comments