rush-sh 0.8.0

A POSIX sh-compatible shell written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
//! Test modules for the executor
//!
//! This module organizes tests into focused areas matching the executor's module structure.

mod expansion_tests;
mod redirection_tests;
mod command_tests;
mod subshell_tests;
mod execution_tests;
mod async_tests;