mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
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]
|
||||
#[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();
|
||||
|
||||
Reference in New Issue
Block a user