aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-13 14:39:14 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-13 14:39:14 -0500
commitf0c07dfee8b65a36033943f888c1da5f8ec96098 (patch)
tree4382c61dc122c639b4cd062abdd42a43b2cc5555 /tests
parent5244bfcd2b67ab6bf808750326de1e08e52c4f2f (diff)
downloadtextmode-f0c07dfee8b65a36033943f888c1da5f8ec96098.tar.gz
textmode-f0c07dfee8b65a36033943f888c1da5f8ec96098.zip
clean up examples to make a bare `cargo test` work
Diffstat (limited to 'tests')
-rw-r--r--tests/basic.rs2
l---------tests/fixtures/bin/src/bin/async.rs1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/basic.rs b/tests/basic.rs
index c18477b..e0856fb 100644
--- a/tests/basic.rs
+++ b/tests/basic.rs
@@ -25,7 +25,7 @@ fn test_basic() {
#[test]
fn test_async() {
- let mut fixture = fixtures::Fixture::new("async");
+ let mut fixture = fixtures::Fixture::new("basic");
fixture.features("async");
fixture.build().run(&[], |pty| {
pty.write_all(b"a").unwrap();
diff --git a/tests/fixtures/bin/src/bin/async.rs b/tests/fixtures/bin/src/bin/async.rs
deleted file mode 120000
index ff890ad..0000000
--- a/tests/fixtures/bin/src/bin/async.rs
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../examples/async.rs \ No newline at end of file