tests: Add missing #[serial] to two tests (#3816)

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2025-08-03 10:29:12 -04:00
committed by GitHub
parent 48a38dc034
commit 5d24432c83
+2
View File
@@ -3316,6 +3316,7 @@ mod tests {
}
#[test]
#[serial]
fn test_process_shell_output_short() {
let dir = TempDir::new().unwrap();
std::env::set_current_dir(dir.path()).unwrap();
@@ -3332,6 +3333,7 @@ mod tests {
}
#[test]
#[serial]
fn test_process_shell_output_empty() {
let dir = TempDir::new().unwrap();
std::env::set_current_dir(dir.path()).unwrap();