Remove test module and delete all test files

This commit is contained in:
2026-03-05 13:46:55 -05:00
parent 633bc16960
commit 8c91748a7e
14 changed files with 0 additions and 4505 deletions

View File

@@ -16,8 +16,6 @@ pub mod readline;
pub mod shopt;
pub mod signal;
pub mod state;
#[cfg(test)]
pub mod tests;
use std::os::fd::BorrowedFd;
use std::process::ExitCode;