Revert "tests: alter integration tests for stdio to not use a handrolled cat implementation (#4803)" (#4854)

This reverts commit d8cad13fd9.
This commit is contained in:
Ivan Petkov
2022-07-23 16:27:35 -07:00
committed by GitHub
parent 62593be261
commit 94a7eaed51
3 changed files with 17 additions and 23 deletions
-2
View File
@@ -7,7 +7,6 @@ publish = false
[[bin]]
name = "test-cat"
required-features = ["rt-process-io-util"]
[[bin]]
name = "test-mem"
@@ -31,7 +30,6 @@ name = "rt_yield"
required-features = ["rt", "macros", "sync"]
[features]
rt-process-io-util = ["tokio/rt", "tokio/macros", "tokio/process", "tokio/io-util", "tokio/io-std"]
# For mem check
rt-net = ["tokio/rt", "tokio/rt-multi-thread", "tokio/net"]
# For test-process-signal