From 29374db11fdadd7ec6271cc05de29039fcc02f87 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 27 Nov 2020 12:08:28 -0500 Subject: fix test_raw_tty hang (#8520) --- cli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 347db66a2..732adebeb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -94,6 +94,9 @@ chrono = "0.4.15" os_pipe = "0.9.2" test_util = { path = "../test_util" } +[target.'cfg(unix)'.dev-dependencies] +exec = "0.3.1" # Used in test_raw_tty + [package.metadata.winres] # This section defines the metadata that appears in the deno.exe PE header. OriginalFilename = "deno.exe" -- cgit v1.2.3