tests: Add missing #[serial] to two tests (#3816)
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
@@ -3316,6 +3316,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[serial]
|
||||||
fn test_process_shell_output_short() {
|
fn test_process_shell_output_short() {
|
||||||
let dir = TempDir::new().unwrap();
|
let dir = TempDir::new().unwrap();
|
||||||
std::env::set_current_dir(dir.path()).unwrap();
|
std::env::set_current_dir(dir.path()).unwrap();
|
||||||
@@ -3332,6 +3333,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[serial]
|
||||||
fn test_process_shell_output_empty() {
|
fn test_process_shell_output_empty() {
|
||||||
let dir = TempDir::new().unwrap();
|
let dir = TempDir::new().unwrap();
|
||||||
std::env::set_current_dir(dir.path()).unwrap();
|
std::env::set_current_dir(dir.path()).unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user