diff options
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 2accd5444..3fa2f9896 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -4370,6 +4370,7 @@ fn stdio_streams_are_locked_in_permission_prompt() { std::thread::sleep(Duration::from_millis(50)); // give the other thread some time to output console.write_line_raw("invalid"); console.expect("Unrecognized option."); + console.expect("Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all write permissions)"); console.write_line_raw("y"); console.expect("Granted write access to"); |