From f0c07dfee8b65a36033943f888c1da5f8ec96098 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Mar 2021 14:39:14 -0500 Subject: clean up examples to make a bare `cargo test` work --- tests/basic.rs | 2 +- tests/fixtures/bin/src/bin/async.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 tests/fixtures/bin/src/bin/async.rs (limited to 'tests') 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 -- cgit v1.2.3-54-g00ecf