Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alxchk committed May 15, 2016
1 parent aee0b55 commit 22481c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(defun run-all-tests ()
(handler-bind ((libssh2::known-hosts-reading-error (lambda (c) (declare (ignore c)) (invoke-restart 'accept-always) t))
(libssh2::ssh-unknown-hostkey (lambda (c) (declare (ignore c)) (invoke-restart 'accept-always) t))
(libssh2::ssh-authentiocation-failure (lambda (c) (declare (ignore c)) (invoke-restart 'accept-always) t)))
(libssh2::ssh-authentication-failure (lambda (c) (declare (ignore c)) (invoke-restart 'accept-always) t)))
(progn
(unit)
(integration))))
Expand Down

0 comments on commit 22481c1

Please sign in to comment.