Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async fn test_end_to_end_sequence() {

// Mock stdin for Unix systems
#[cfg(unix)]
{
if std::env::var("INTERACTIVE").is_err() {
let temp_file_path = "/tmp/mock_stdin.txt";
let mut mock_file =
std::fs::File::create(temp_file_path).expect("Failed to create mock file");
Expand Down
Loading