tests: fix multi-call test precondition

This bug was introduced in de37baaf83.
This commit is contained in:
Ben Wiederhake
2024-04-27 16:12:01 +02:00
parent 65b25c7a27
commit d5b79329ad
+2
View File
@@ -194,6 +194,7 @@ fn util_invalid_name_invalid_command() {
}
#[test]
#[cfg(feature = "true")]
fn util_completion() {
use std::{
io::Write,
@@ -222,6 +223,7 @@ fn util_completion() {
}
#[test]
#[cfg(feature = "true")]
fn util_manpage() {
use std::{
io::Write,