Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
  • Loading branch information
zhiburt committed Sep 6, 2021
1 parent 99bbb02 commit 6d332fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
os: Visual Studio 2015

environment:
matrix:
# Stable channel
Expand Down
1 change: 1 addition & 0 deletions tests/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ fn send() {

let mut buf = vec![0; 1024];
let n = _p_read(&mut proc, &mut buf).unwrap();
let n = _p_read(&mut proc, &mut buf).unwrap();

let s = String::from_utf8_lossy(&buf[..n]);
if !s.contains("hello cat") {
Expand Down

0 comments on commit 6d332fb

Please sign in to comment.