Skip to content

Commit 158d4b1

Browse files
committed
CI debug
1 parent a497828 commit 158d4b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

regress/agent-restrict.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ expect_succeed() {
119119
${SSH} $_extra -F $OBJ/ssh_proxy $_host true > $OBJ/ssh_output
120120
_s=$?
121121
test $_s -eq 0 || fail "host $_host $_case fail, exit status $_s"
122-
diff $OBJ/ssh_output $OBJ/expect_${_id} ||
122+
diff -u $OBJ/ssh_output $OBJ/expect_${_id} ||
123123
fail "unexpected ssh output"
124124
}
125125
# ssh to host using explicit key, expecting success and that the key was

0 commit comments

Comments
 (0)