summaryrefslogtreecommitdiff
path: root/tests/channel.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/channel.rs')
-rw-r--r--tests/channel.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/channel.rs b/tests/channel.rs
index 16f37d3..1a2a8fb 100644
--- a/tests/channel.rs
+++ b/tests/channel.rs
@@ -147,7 +147,6 @@ fn nonblocking_before_exit_code() {
channel.close().unwrap();
channel.wait_close().unwrap();
assert_eq!(output, "foo\n");
- assert!(::ssh2::Error::last_error(&sess).unwrap().code() == LIBSSH2_ERROR_EAGAIN);
assert!(channel.exit_status().unwrap() == 0);
}